Html Css Color HEX #629868 Laurel

📋 copy color: '#629868'

red 98 ◦ green 152 ◦ blue 104

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

Shades of Laurel #629868

Tints of Laurel #629868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 27.68%
G = 42.94%
B = 29.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#629868 (or 0x629868) is known color: Laurel. HEX triplet: 62, 98 and 68. RGB value is (98,152,104). Sum of RGB (Red+Green+Blue) = 98+152+104=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #629868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629868 is #9D6797. Grayscale: #828282. Windows color (decimal): -10315672 or 6854754. OLE color: 6854754.

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

Color convert

RGB 98 152 104 -
CMYK 0.36 0 0.32 0.40
HSL 126.67º 0.22% 0.49% -
HSV(B) 126.67º 0.36% 0.6% -
XYZ 18.76 26.05 17.14 -
YUV 130.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 98 152 104 0.36 0 0.32 0.40 126.67 0.22 0.49
Hex 62 98 68 24 0 20 28 7F 16 31
Octal 142 230 150 44 0 40 50 177 26 61
Binary 1100010 10011000 1101000 100100 0 100000 101000 1111111 10110 110001

Color Harmonies of #629868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629868

Black with #629868

Text Example


Text Example

White with #629868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629868; }

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

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

background-color css

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

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

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

border-color css

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

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

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