Html Css Color HEX #699F66 Laurel

📋 copy color: '#699F66'

red 105 ◦ green 159 ◦ blue 102

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

Shades of Laurel #699F66

Tints of Laurel #699F66

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 28.69%
G = 43.44%
B = 27.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#699F66 (or 0x699F66) is known color: Laurel. HEX triplet: 69, 9F and 66. RGB value is (105,159,102). Sum of RGB (Red+Green+Blue) = 105+159+102=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #699F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F66 is #966099. Grayscale: #888888. Windows color (decimal): -9855130 or 6725481. OLE color: 6725481.

HSL color Cylindrical-coordinate representation of color #699F66: hue angle of 116.84º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699F66 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 102 -
CMYK 0.34 0 0.36 0.38
HSL 116.84º 0.23% 0.51% -
HSV(B) 116.84º 0.36% 0.62% -
XYZ 20.62 28.76 17.03 -
YUV 136.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 105 159 102 0.34 0 0.36 0.38 116.84 0.23 0.51
Hex 69 9F 66 22 0 24 26 75 17 33
Octal 151 237 146 42 0 44 46 165 27 63
Binary 1101001 10011111 1100110 100010 0 100100 100110 1110101 10111 110011

Color Harmonies of #699F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F66

Black with #699F66

Text Example


Text Example

White with #699F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699F66; }

 p { color: rgb(105,159,102); }

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

background-color css

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

 a { background-color: rgb(105,159,102); }

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

border-color css

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

 span { border-color: rgb(105,159,102); }

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