Html Css Color HEX #6F9375 Laurel

📋 copy color: '#6F9375'

red 111 ◦ green 147 ◦ blue 117

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

Shades of Laurel #6F9375

Tints of Laurel #6F9375

RGB

 RED value IS 111 (43.75% from 255) = 29.6%

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 29.6%
G = 39.2%
B = 31.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#6F9375 (or 0x6F9375) is known color: Laurel. HEX triplet: 6F, 93 and 75. RGB value is (111,147,117). Sum of RGB (Red+Green+Blue) = 111+147+117=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9375 is #906C8A. Grayscale: #848484. Windows color (decimal): -9464971 or 7705455. OLE color: 7705455.

HSL color Cylindrical-coordinate representation of color #6F9375: hue angle of 130º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9375 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 147 117 -
CMYK 0.24 0 0.20 0.42
HSL 130º 0.14% 0.51% -
HSV(B) 130º 0.24% 0.58% -
XYZ 20.2 25.53 20.69 -
YUV 132.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 111 147 117 0.24 0 0.20 0.42 130 0.14 0.51
Hex 6F 93 75 18 0 14 2A 82 E 33
Octal 157 223 165 30 0 24 52 202 16 63
Binary 1101111 10010011 1110101 11000 0 10100 101010 10000010 1110 110011

Color Harmonies of #6F9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9375

Black with #6F9375

Text Example


Text Example

White with #6F9375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,117); }

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

background-color css

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

 a { background-color: rgb(111,147,117); }

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

border-color css

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

 span { border-color: rgb(111,147,117); }

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