Html Css Color HEX #6FA270 Laurel

📋 copy color: '#6FA270'

red 111 ◦ green 162 ◦ blue 112

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

Shades of Laurel #6FA270

Tints of Laurel #6FA270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

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

R = 28.83%
G = 42.08%
B = 29.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#6FA270 (or 0x6FA270) is known color: Laurel. HEX triplet: 6F, A2 and 70. RGB value is (111,162,112). Sum of RGB (Red+Green+Blue) = 111+162+112=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA270 is #905D8F. Grayscale: #8D8D8D. Windows color (decimal): -9461136 or 7381615. OLE color: 7381615.

HSL color Cylindrical-coordinate representation of color #6FA270: hue angle of 121.18º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA270 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 162 112 -
CMYK 0.31 0 0.31 0.36
HSL 121.18º 0.22% 0.54% -
HSV(B) 121.18º 0.31% 0.64% -
XYZ 22.4 30.39 20.01 -
YUV 141.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 111 162 112 0.31 0 0.31 0.36 121.18 0.22 0.54
Hex 6F A2 70 1F 0 1F 24 79 16 36
Octal 157 242 160 37 0 37 44 171 26 66
Binary 1101111 10100010 1110000 11111 0 11111 100100 1111001 10110 110110

Color Harmonies of #6FA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA270

Black with #6FA270

Text Example


Text Example

White with #6FA270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,162,112); }

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

background-color css

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

 a { background-color: rgb(111,162,112); }

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

border-color css

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

 span { border-color: rgb(111,162,112); }

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