#6BA81E

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

Shades of Christi #6BA81E

Tints of Christi #6BA81E

Color information

#6BA81E (or 0x6BA81E) is unknown color: approx Christi. HEX triplet: 6B, A8 and 1E. RGB value is (107,168,30). Sum of RGB (Red+Green+Blue) = 107+168+30=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA81E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA81E is #9457E1. Grayscale: #868686. Windows color (decimal): -9721826 or 2009195. OLE color: 2009195.

HSL color Cylindrical-coordinate representation of color #6BA81E: hue angle of 86.52º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6BA81E is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB10716830-
CMYK0.3600.820.34
HSL86.52º69.7%38.82%-
HSV(B)86.52º82.14%65.88%-
XYZ20.331.226.19-
YUV134.0369.29108.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 168 (66.02% from 255) = 55.08%
BLUE value IS 30 (12.11% from 255) = 9.84%
R=35.08%
G=55.08%
B=9.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107168300.3600.820.3486.5269.738.82
Hex6BA81E2405222574627
Octal153250364401224212710647
Binary110101110101000111101001000101001010001010101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,168,30); }

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

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

 a { background-color: rgb(107,168,30); }

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

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

 span { border-color: rgb(107,168,30); }

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