Html Css Color HEX #62906B Laurel

📋 copy color: '#62906B'

red 98 ◦ green 144 ◦ blue 107

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

Shades of Laurel #62906B

Tints of Laurel #62906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 28.08%
G = 41.26%
B = 30.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#62906B (or 0x62906B) is known color: Laurel. HEX triplet: 62, 90 and 6B. RGB value is (98,144,107). Sum of RGB (Red+Green+Blue) = 98+144+107=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #62906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62906B is #9D6F94. Grayscale: #7E7E7E. Windows color (decimal): -10317717 or 7049314. OLE color: 7049314.

HSL color Cylindrical-coordinate representation of color #62906B: hue angle of 131.74º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62906B is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 107 -
CMYK 0.32 0 0.26 0.44
HSL 131.74º 0.19% 0.47% -
HSV(B) 131.74º 0.32% 0.56% -
XYZ 17.66 23.6 17.54 -
YUV 126.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 98 144 107 0.32 0 0.26 0.44 131.74 0.19 0.47
Hex 62 90 6B 20 0 1A 2C 84 13 2F
Octal 142 220 153 40 0 32 54 204 23 57
Binary 1100010 10010000 1101011 100000 0 11010 101100 10000100 10011 101111

Color Harmonies of #62906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62906B

Black with #62906B

Text Example


Text Example

White with #62906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62906B; }

 p { color: rgb(98,144,107); }

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

background-color css

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

 a { background-color: rgb(98,144,107); }

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

border-color css

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

 span { border-color: rgb(98,144,107); }

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