Html Css Color HEX #6FA02C Sushi

📋 copy color: '#6FA02C'

red 111 ◦ green 160 ◦ blue 44

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

Shades of Sushi #6FA02C

Tints of Sushi #6FA02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 35.24%
G = 50.79%
B = 13.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#6FA02C (or 0x6FA02C) is known color: Sushi. HEX triplet: 6F, A0 and 2C. RGB value is (111,160,44). Sum of RGB (Red+Green+Blue) = 111+160+44=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA02C is #905FD3. Grayscale: #848484. Windows color (decimal): -9461716 or 2924655. OLE color: 2924655.

HSL color Cylindrical-coordinate representation of color #6FA02C: hue angle of 85.34º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FA02C is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 160 44 -
CMYK 0.31 0 0.72 0.37
HSL 85.34º 0.57% 0.4% -
HSV(B) 85.34º 0.73% 0.63% -
XYZ 19.58 28.7 6.89 -
YUV 132.13 78.27 112.93 -
System Red Green Blue C M Y K H S L
Decimal 111 160 44 0.31 0 0.72 0.37 85.34 0.57 0.4
Hex 6F A0 2C 1F 0 48 25 55 39 28
Octal 157 240 54 37 0 110 45 125 71 50
Binary 1101111 10100000 101100 11111 0 1001000 100101 1010101 111001 101000

Color Harmonies of #6FA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA02C

Black with #6FA02C

Text Example


Text Example

White with #6FA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,160,44); }

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

background-color css

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

 a { background-color: rgb(111,160,44); }

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

border-color css

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

 span { border-color: rgb(111,160,44); }

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