Html Css Color HEX #6B8B72 Laurel

📋 copy color: '#6B8B72'

red 107 ◦ green 139 ◦ blue 114

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

Shades of Laurel #6B8B72

Tints of Laurel #6B8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

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

R = 29.72%
G = 38.61%
B = 31.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#6B8B72 (or 0x6B8B72) is known color: Laurel. HEX triplet: 6B, 8B and 72. RGB value is (107,139,114). Sum of RGB (Red+Green+Blue) = 107+139+114=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B72 is #94748D. Grayscale: #7E7E7E. Windows color (decimal): -9729166 or 7506795. OLE color: 7506795.

HSL color Cylindrical-coordinate representation of color #6B8B72: hue angle of 133.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B72 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 139 114 -
CMYK 0.23 0 0.18 0.45
HSL 133.13º 0.13% 0.48% -
HSV(B) 133.13º 0.23% 0.55% -
XYZ 18.33 22.81 19.36 -
YUV 126.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 107 139 114 0.23 0 0.18 0.45 133.13 0.13 0.48
Hex 6B 8B 72 17 0 12 2D 85 D 30
Octal 153 213 162 27 0 22 55 205 15 60
Binary 1101011 10001011 1110010 10111 0 10010 101101 10000101 1101 110000

Color Harmonies of #6B8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8B72

Black with #6B8B72

Text Example


Text Example

White with #6B8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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