Html Css Color HEX #699879 Oxley

📋 copy color: '#699879'

red 105 ◦ green 152 ◦ blue 121

#699879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #699879

Tints of Oxley #699879

RGB

 RED value IS 105 (41.41% from 255) = 27.78%

 GREEN value IS 152 (59.77% from 255) = 40.21%

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 27.78%
G = 40.21%
B = 32.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#699879 (or 0x699879) is known color: Oxley. HEX triplet: 69, 98 and 79. RGB value is (105,152,121). Sum of RGB (Red+Green+Blue) = 105+152+121=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #699879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699879 is #966786. Grayscale: #868686. Windows color (decimal): -9856903 or 7968873. OLE color: 7968873.

HSL color Cylindrical-coordinate representation of color #699879: hue angle of 140.43º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699879 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 121 -
CMYK 0.31 0 0.20 0.40
HSL 140.43º 0.19% 0.5% -
HSV(B) 140.43º 0.31% 0.6% -
XYZ 20.51 26.84 22.19 -
YUV 134.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 105 152 121 0.31 0 0.20 0.40 140.43 0.19 0.5
Hex 69 98 79 1F 0 14 28 8C 13 32
Octal 151 230 171 37 0 24 50 214 23 62
Binary 1101001 10011000 1111001 11111 0 10100 101000 10001100 10011 110010

Color Harmonies of #699879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699879

Black with #699879

Text Example


Text Example

White with #699879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699879; }

 p { color: rgb(105,152,121); }

 H1.HeaderClassName
 {
   color: #699879;
 }
 .AnyTagClassName
 {
   color: #699879;
 }
</style>

background-color css

<style>
 a { background-color: #699879; }

 a { background-color: rgb(105,152,121); }

 div.DivClassName
 {
   background-color: #699879;
 }
 .BgClassName
 {
   background-color: #699879;
 }
</style>

border-color css

<style>
 span { border-color: #699879; }

 span { border-color: rgb(105,152,121); }

 td.TdClassName
 {
   border-color: #699879;
 }
 .TagClassName
 {
   border-color: #699879;
 }
</style>