Html Css Color HEX #6B916E Laurel

📋 copy color: '#6B916E'

red 107 ◦ green 145 ◦ blue 110

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

Shades of Laurel #6B916E

Tints of Laurel #6B916E

RGB

 RED value IS 107 (42.19% from 255) = 29.56%

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 29.56%
G = 40.06%
B = 30.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#6B916E (or 0x6B916E) is known color: Laurel. HEX triplet: 6B, 91 and 6E. RGB value is (107,145,110). Sum of RGB (Red+Green+Blue) = 107+145+110=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #6B916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B916E is #946E91. Grayscale: #818181. Windows color (decimal): -9727634 or 7246187. OLE color: 7246187.

HSL color Cylindrical-coordinate representation of color #6B916E: hue angle of 124.74º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B916E is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 110 -
CMYK 0.26 0 0.24 0.43
HSL 124.74º 0.15% 0.49% -
HSV(B) 124.74º 0.26% 0.57% -
XYZ 19 24.5 18.48 -
YUV 129.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 107 145 110 0.26 0 0.24 0.43 124.74 0.15 0.49
Hex 6B 91 6E 1A 0 18 2B 7D F 31
Octal 153 221 156 32 0 30 53 175 17 61
Binary 1101011 10010001 1101110 11010 0 11000 101011 1111101 1111 110001

Color Harmonies of #6B916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B916E

Black with #6B916E

Text Example


Text Example

White with #6B916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B916E; }

 p { color: rgb(107,145,110); }

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

background-color css

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

 a { background-color: rgb(107,145,110); }

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

border-color css

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

 span { border-color: rgb(107,145,110); }

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