Html Css Color HEX #6F9175 Laurel

📋 copy color: '#6F9175'

red 111 ◦ green 145 ◦ blue 117

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

Shades of Laurel #6F9175

Tints of Laurel #6F9175

RGB

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

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

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

R = 29.76%
G = 38.87%
B = 31.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#6F9175 (or 0x6F9175) is known color: Laurel. HEX triplet: 6F, 91 and 75. RGB value is (111,145,117). Sum of RGB (Red+Green+Blue) = 111+145+117=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9175 is #906E8A. Grayscale: #838383. Windows color (decimal): -9465483 or 7704943. OLE color: 7704943.

HSL color Cylindrical-coordinate representation of color #6F9175: hue angle of 130.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9175 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 117 -
CMYK 0.23 0 0.19 0.43
HSL 130.59º 0.13% 0.5% -
HSV(B) 130.59º 0.23% 0.57% -
XYZ 19.89 24.91 20.59 -
YUV 131.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 111 145 117 0.23 0 0.19 0.43 130.59 0.13 0.5
Hex 6F 91 75 17 0 13 2B 83 D 32
Octal 157 221 165 27 0 23 53 203 15 62
Binary 1101111 10010001 1110101 10111 0 10011 101011 10000011 1101 110010

Color Harmonies of #6F9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9175

Black with #6F9175

Text Example


Text Example

White with #6F9175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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