Html Css Color HEX #639C64 Laurel

📋 copy color: '#639C64'

red 99 ◦ green 156 ◦ blue 100

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

Shades of Laurel #639C64

Tints of Laurel #639C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.94%

 BLUE value IS 100 (39.45% from 255) = 28.17%

R = 27.89%
G = 43.94%
B = 28.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#639C64 (or 0x639C64) is known color: Laurel. HEX triplet: 63, 9C and 64. RGB value is (99,156,100). Sum of RGB (Red+Green+Blue) = 99+156+100=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #639C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C64 is #9C639B. Grayscale: #848484. Windows color (decimal): -10249116 or 6593635. OLE color: 6593635.

HSL color Cylindrical-coordinate representation of color #639C64: hue angle of 121.05º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C64 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 156 100 -
CMYK 0.37 0 0.36 0.39
HSL 121.05º 0.22% 0.5% -
HSV(B) 121.05º 0.37% 0.61% -
XYZ 19.33 27.35 16.32 -
YUV 132.57 109.62 104.05 -
System Red Green Blue C M Y K H S L
Decimal 99 156 100 0.37 0 0.36 0.39 121.05 0.22 0.5
Hex 63 9C 64 25 0 24 27 79 16 32
Octal 143 234 144 45 0 44 47 171 26 62
Binary 1100011 10011100 1100100 100101 0 100100 100111 1111001 10110 110010

Color Harmonies of #639C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C64

Black with #639C64

Text Example


Text Example

White with #639C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639C64; }

 p { color: rgb(99,156,100); }

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

background-color css

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

 a { background-color: rgb(99,156,100); }

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

border-color css

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

 span { border-color: rgb(99,156,100); }

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