#6BA70F

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

Shades of Christi #6BA70F

Tints of Christi #6BA70F

Color information

#6BA70F (or 0x6BA70F) is unknown color: approx Christi. HEX triplet: 6B, A7 and 0F. RGB value is (107,167,15). Sum of RGB (Red+Green+Blue) = 107+167+15=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA70F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA70F is #9458F0. Grayscale: #848484. Windows color (decimal): -9722097 or 1025899. OLE color: 1025899.

HSL color Cylindrical-coordinate representation of color #6BA70F: hue angle of 83.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BA70F is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB10716715-
CMYK0.3600.910.35
HSL83.68º83.52%35.69%-
HSV(B)83.68º91.02%65.49%-
XYZ19.9730.85.34-
YUV131.7362.12110.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.02%
GREEN value IS 167 (65.62% from 255) = 57.79%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=37.02%
G=57.79%
B=5.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107167150.3600.910.3583.6883.5235.69
Hex6BA7F2405B23545424
Octal153247174401334312412444
Binary11010111010011111111001000101101110001110101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,167,15); }

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

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

 a { background-color: rgb(107,167,15); }

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

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

 span { border-color: rgb(107,167,15); }

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