Html Css Color HEX #639A65 Laurel

📋 copy color: '#639A65'

red 99 ◦ green 154 ◦ blue 101

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

Shades of Laurel #639A65

Tints of Laurel #639A65

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.5%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 27.97%
G = 43.5%
B = 28.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#639A65 (or 0x639A65) is known color: Laurel. HEX triplet: 63, 9A and 65. RGB value is (99,154,101). Sum of RGB (Red+Green+Blue) = 99+154+101=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #639A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A65 is #9C659A. Grayscale: #838383. Windows color (decimal): -10249627 or 6658659. OLE color: 6658659.

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

Color convert

RGB 99 154 101 -
CMYK 0.36 0 0.34 0.40
HSL 122.18º 0.22% 0.5% -
HSV(B) 122.18º 0.36% 0.6% -
XYZ 19.05 26.7 16.46 -
YUV 131.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 99 154 101 0.36 0 0.34 0.40 122.18 0.22 0.5
Hex 63 9A 65 24 0 22 28 7A 16 32
Octal 143 232 145 44 0 42 50 172 26 62
Binary 1100011 10011010 1100101 100100 0 100010 101000 1111010 10110 110010

Color Harmonies of #639A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639A65

Black with #639A65

Text Example


Text Example

White with #639A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,154,101); }

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

background-color css

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

 a { background-color: rgb(99,154,101); }

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

border-color css

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

 span { border-color: rgb(99,154,101); }

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