Html Css Color HEX #639866 Laurel

📋 copy color: '#639866'

red 99 ◦ green 152 ◦ blue 102

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

Shades of Laurel #639866

Tints of Laurel #639866

RGB

 RED value IS 99 (39.06% from 255) = 28.05%

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

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

R = 28.05%
G = 43.06%
B = 28.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#639866 (or 0x639866) is known color: Laurel. HEX triplet: 63, 98 and 66. RGB value is (99,152,102). Sum of RGB (Red+Green+Blue) = 99+152+102=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #639866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639866 is #9C6799. Grayscale: #828282. Windows color (decimal): -10250138 or 6723683. OLE color: 6723683.

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

Color convert

RGB 99 152 102 -
CMYK 0.35 0 0.33 0.40
HSL 123.4º 0.21% 0.49% -
HSV(B) 123.4º 0.35% 0.6% -
XYZ 18.77 26.07 16.61 -
YUV 130.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 99 152 102 0.35 0 0.33 0.40 123.4 0.21 0.49
Hex 63 98 66 23 0 21 28 7B 15 31
Octal 143 230 146 43 0 41 50 173 25 61
Binary 1100011 10011000 1100110 100011 0 100001 101000 1111011 10101 110001

Color Harmonies of #639866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639866

Black with #639866

Text Example


Text Example

White with #639866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639866; }

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

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

background-color css

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

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

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

border-color css

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

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

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