Html Css Color HEX #6B8770 Laurel

📋 copy color: '#6B8770'

red 107 ◦ green 135 ◦ blue 112

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

Shades of Laurel #6B8770

Tints of Laurel #6B8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 30.23%
G = 38.14%
B = 31.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#6B8770 (or 0x6B8770) is known color: Laurel. HEX triplet: 6B, 87 and 70. RGB value is (107,135,112). Sum of RGB (Red+Green+Blue) = 107+135+112=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8770 is #94788F. Grayscale: #7C7C7C. Windows color (decimal): -9730192 or 7374699. OLE color: 7374699.

HSL color Cylindrical-coordinate representation of color #6B8770: hue angle of 130.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8770 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 135 112 -
CMYK 0.21 0 0.17 0.47
HSL 130.71º 0.12% 0.47% -
HSV(B) 130.71º 0.21% 0.53% -
XYZ 17.65 21.62 18.57 -
YUV 124.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 107 135 112 0.21 0 0.17 0.47 130.71 0.12 0.47
Hex 6B 87 70 15 0 11 2F 83 C 2F
Octal 153 207 160 25 0 21 57 203 14 57
Binary 1101011 10000111 1110000 10101 0 10001 101111 10000011 1100 101111

Color Harmonies of #6B8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8770

Black with #6B8770

Text Example


Text Example

White with #6B8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,135,112); }

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

background-color css

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

 a { background-color: rgb(107,135,112); }

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

border-color css

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

 span { border-color: rgb(107,135,112); }

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