Html Css Color HEX #6F9474 Laurel

📋 copy color: '#6F9474'

red 111 ◦ green 148 ◦ blue 116

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

Shades of Laurel #6F9474

Tints of Laurel #6F9474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 29.6%
G = 39.47%
B = 30.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#6F9474 (or 0x6F9474) is known color: Laurel. HEX triplet: 6F, 94 and 74. RGB value is (111,148,116). Sum of RGB (Red+Green+Blue) = 111+148+116=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9474 is #906B8B. Grayscale: #858585. Windows color (decimal): -9464716 or 7640175. OLE color: 7640175.

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

Color convert

RGB 111 148 116 -
CMYK 0.25 0 0.22 0.42
HSL 128.11º 0.15% 0.51% -
HSV(B) 128.11º 0.25% 0.58% -
XYZ 20.3 25.82 20.44 -
YUV 133.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 111 148 116 0.25 0 0.22 0.42 128.11 0.15 0.51
Hex 6F 94 74 19 0 16 2A 80 F 33
Octal 157 224 164 31 0 26 52 200 17 63
Binary 1101111 10010100 1110100 11001 0 10110 101010 10000000 1111 110011

Color Harmonies of #6F9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9474

Black with #6F9474

Text Example


Text Example

White with #6F9474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,116); }

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

background-color css

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

 a { background-color: rgb(111,148,116); }

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

border-color css

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

 span { border-color: rgb(111,148,116); }

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