Html Css Color HEX #62946C Laurel

📋 copy color: '#62946C'

red 98 ◦ green 148 ◦ blue 108

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

Shades of Laurel #62946C

Tints of Laurel #62946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 27.68%
G = 41.81%
B = 30.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#62946C (or 0x62946C) is known color: Laurel. HEX triplet: 62, 94 and 6C. RGB value is (98,148,108). Sum of RGB (Red+Green+Blue) = 98+148+108=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #62946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62946C is #9D6B93. Grayscale: #808080. Windows color (decimal): -10316692 or 7115874. OLE color: 7115874.

HSL color Cylindrical-coordinate representation of color #62946C: hue angle of 132º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62946C is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 108 -
CMYK 0.34 0 0.27 0.42
HSL 132º 0.2% 0.48% -
HSV(B) 132º 0.34% 0.58% -
XYZ 18.33 24.86 18.02 -
YUV 128.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 98 148 108 0.34 0 0.27 0.42 132 0.2 0.48
Hex 62 94 6C 22 0 1B 2A 84 14 30
Octal 142 224 154 42 0 33 52 204 24 60
Binary 1100010 10010100 1101100 100010 0 11011 101010 10000100 10100 110000

Color Harmonies of #62946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62946C

Black with #62946C

Text Example


Text Example

White with #62946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62946C; }

 p { color: rgb(98,148,108); }

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

background-color css

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

 a { background-color: rgb(98,148,108); }

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

border-color css

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

 span { border-color: rgb(98,148,108); }

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