#6FB200

Color #6FB200 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6FB200

Tints of Christi #6FB200

Color information

#6FB200 (or 0x6FB200) is unknown color: approx Christi. HEX triplet: 6F, B2 and 00. RGB value is (111,178,0). Sum of RGB (Red+Green+Blue) = 111+178+0=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB200 is #904DFF. Grayscale: #8A8A8A. Windows color (decimal): -9457152 or 45679. OLE color: 45679.

HSL color Cylindrical-coordinate representation of color #6FB200: hue angle of 82.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FB200 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1111780-
CMYK0.38010.30
HSL82.58º100%34.9%-
HSV(B)82.58º100%69.8%-
XYZ22.4835.225.61-
YUV137.6750.3108.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 178 (69.92% from 255) = 61.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.41%
G=61.59%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11117800.38010.3082.5810034.9
Hex6FB20260641E536423
Octal15726204601443612314443
Binary1101111101100100100110011001001111010100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,0); }

 H1.HeaderClassName
 {
   color: #6FB200;
 }
 .AnyTagClassName
 {
   color: #6FB200;
 }
</style>
background-color css

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

 a { background-color: rgb(111,178,0); }

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

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

 span { border-color: rgb(111,178,0); }

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