Html Css Color HEX #639969 Laurel

📋 copy color: '#639969'

red 99 ◦ green 153 ◦ blue 105

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

Shades of Laurel #639969

Tints of Laurel #639969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 27.73%
G = 42.86%
B = 29.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#639969 (or 0x639969) is known color: Laurel. HEX triplet: 63, 99 and 69. RGB value is (99,153,105). Sum of RGB (Red+Green+Blue) = 99+153+105=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #639969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639969 is #9C6696. Grayscale: #838383. Windows color (decimal): -10249879 or 6920547. OLE color: 6920547.

HSL color Cylindrical-coordinate representation of color #639969: hue angle of 126.67º 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 #639969 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 105 -
CMYK 0.35 0 0.31 0.4
HSL 126.67º 0.21% 0.49% -
HSV(B) 126.67º 0.35% 0.6% -
XYZ 19.09 26.46 17.46 -
YUV 131.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 99 153 105 0.35 0 0.31 0.4 126.67 0.21 0.49
Hex 63 99 69 23 0 1F 28 7F 15 31
Octal 143 231 151 43 0 37 50 177 25 61
Binary 1100011 10011001 1101001 100011 0 11111 101000 1111111 10101 110001

Color Harmonies of #639969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639969

Black with #639969

Text Example


Text Example

White with #639969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639969; }

 p { color: rgb(99,153,105); }

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

background-color css

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

 a { background-color: rgb(99,153,105); }

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

border-color css

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

 span { border-color: rgb(99,153,105); }

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