Html Css Color HEX #699866 Laurel

📋 copy color: '#699866'

red 105 ◦ green 152 ◦ blue 102

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

Shades of Laurel #699866

Tints of Laurel #699866

RGB

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

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

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

R = 29.25%
G = 42.34%
B = 28.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#699866 (or 0x699866) is known color: Laurel. HEX triplet: 69, 98 and 66. RGB value is (105,152,102). Sum of RGB (Red+Green+Blue) = 105+152+102=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #699866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699866 is #966799. Grayscale: #848484. Windows color (decimal): -9856922 or 6723689. OLE color: 6723689.

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

Color convert

RGB 105 152 102 -
CMYK 0.31 0 0.33 0.40
HSL 116.4º 0.2% 0.5% -
HSV(B) 116.4º 0.33% 0.6% -
XYZ 19.45 26.42 16.64 -
YUV 132.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 105 152 102 0.31 0 0.33 0.40 116.4 0.2 0.5
Hex 69 98 66 1F 0 21 28 74 14 32
Octal 151 230 146 37 0 41 50 164 24 62
Binary 1101001 10011000 1100110 11111 0 100001 101000 1110100 10100 110010

Color Harmonies of #699866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699866

Black with #699866

Text Example


Text Example

White with #699866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699866; }

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

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

background-color css

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

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

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

border-color css

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

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

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