#6FB30B

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

Shades of Christi #6FB30B

Tints of Christi #6FB30B

Color information

#6FB30B (or 0x6FB30B) is unknown color: approx Christi. HEX triplet: 6F, B3 and 0B. RGB value is (111,179,11). Sum of RGB (Red+Green+Blue) = 111+179+11=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB30B is #904CF4. Grayscale: #8C8C8C. Windows color (decimal): -9456885 or 766831. OLE color: 766831.

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

Color convert

RGB11117911-
CMYK0.3800.940.30
HSL84.29º88.42%37.25%-
HSV(B)84.29º93.85%70.2%-
XYZ22.7435.646-
YUV139.5255.47107.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 179 (70.31% from 255) = 59.47%
BLUE value IS 11 (4.69% from 255) = 3.65%
R=36.88%
G=59.47%
B=3.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111179110.3800.940.3084.2988.4237.25
Hex6FB3B2605E1E545825
Octal157263134601363612413045
Binary1101111101100111011100110010111101111010101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,179,11); }

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

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

 a { background-color: rgb(111,179,11); }

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

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

 span { border-color: rgb(111,179,11); }

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