Html Css Color HEX #629D68 Laurel

📋 copy color: '#629D68'

red 98 ◦ green 157 ◦ blue 104

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

Shades of Laurel #629D68

Tints of Laurel #629D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 27.3%
G = 43.73%
B = 28.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#629D68 (or 0x629D68) is known color: Laurel. HEX triplet: 62, 9D and 68. RGB value is (98,157,104). Sum of RGB (Red+Green+Blue) = 98+157+104=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #629D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629D68 is #9D6297. Grayscale: #858585. Windows color (decimal): -10314392 or 6856034. OLE color: 6856034.

HSL color Cylindrical-coordinate representation of color #629D68: hue angle of 126.1º degrees, saturation: 0.23, 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 #629D68 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 157 104 -
CMYK 0.38 0 0.34 0.38
HSL 126.1º 0.23% 0.5% -
HSV(B) 126.1º 0.38% 0.62% -
XYZ 19.59 27.71 17.41 -
YUV 133.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 98 157 104 0.38 0 0.34 0.38 126.1 0.23 0.5
Hex 62 9D 68 26 0 22 26 7E 17 32
Octal 142 235 150 46 0 42 46 176 27 62
Binary 1100010 10011101 1101000 100110 0 100010 100110 1111110 10111 110010

Color Harmonies of #629D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629D68

Black with #629D68

Text Example


Text Example

White with #629D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,157,104); }

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

background-color css

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

 a { background-color: rgb(98,157,104); }

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

border-color css

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

 span { border-color: rgb(98,157,104); }

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