Html Css Color HEX #6B9372 Laurel

📋 copy color: '#6B9372'

red 107 ◦ green 147 ◦ blue 114

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

Shades of Laurel #6B9372

Tints of Laurel #6B9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 29.08%
G = 39.95%
B = 30.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#6B9372 (or 0x6B9372) is known color: Laurel. HEX triplet: 6B, 93 and 72. RGB value is (107,147,114). Sum of RGB (Red+Green+Blue) = 107+147+114=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9372 is #946C8D. Grayscale: #838383. Windows color (decimal): -9727118 or 7508843. OLE color: 7508843.

HSL color Cylindrical-coordinate representation of color #6B9372: hue angle of 130.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B9372 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 147 114 -
CMYK 0.27 0 0.22 0.42
HSL 130.5º 0.16% 0.5% -
HSV(B) 130.5º 0.27% 0.58% -
XYZ 19.53 25.21 19.76 -
YUV 131.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 107 147 114 0.27 0 0.22 0.42 130.5 0.16 0.5
Hex 6B 93 72 1B 0 16 2A 82 10 32
Octal 153 223 162 33 0 26 52 202 20 62
Binary 1101011 10010011 1110010 11011 0 10110 101010 10000010 10000 110010

Color Harmonies of #6B9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9372

Black with #6B9372

Text Example


Text Example

White with #6B9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,147,114); }

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

background-color css

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

 a { background-color: rgb(107,147,114); }

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

border-color css

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

 span { border-color: rgb(107,147,114); }

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