Html Css Color HEX #629F64 Laurel

📋 copy color: '#629F64'

red 98 ◦ green 159 ◦ blue 100

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

Shades of Laurel #629F64

Tints of Laurel #629F64

RGB

 RED value IS 98 (38.67% from 255) = 27.45%

 GREEN value IS 159 (62.5% from 255) = 44.54%

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

R = 27.45%
G = 44.54%
B = 28.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#629F64 (or 0x629F64) is known color: Laurel. HEX triplet: 62, 9F and 64. RGB value is (98,159,100). Sum of RGB (Red+Green+Blue) = 98+159+100=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #629F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F64 is #9D609B. Grayscale: #868686. Windows color (decimal): -10313884 or 6594402. OLE color: 6594402.

HSL color Cylindrical-coordinate representation of color #629F64: hue angle of 121.97º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629F64 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 159 100 -
CMYK 0.38 0 0.37 0.38
HSL 121.97º 0.24% 0.5% -
HSV(B) 121.97º 0.38% 0.62% -
XYZ 19.74 28.31 16.48 -
YUV 134.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 98 159 100 0.38 0 0.37 0.38 121.97 0.24 0.5
Hex 62 9F 64 26 0 25 26 7A 18 32
Octal 142 237 144 46 0 45 46 172 30 62
Binary 1100010 10011111 1100100 100110 0 100101 100110 1111010 11000 110010

Color Harmonies of #629F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629F64

Black with #629F64

Text Example


Text Example

White with #629F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629F64; }

 p { color: rgb(98,159,100); }

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

background-color css

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

 a { background-color: rgb(98,159,100); }

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

border-color css

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

 span { border-color: rgb(98,159,100); }

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