#6CB01E

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

Shades of Christi #6CB01E

Tints of Christi #6CB01E

Color information

#6CB01E (or 0x6CB01E) is unknown color: approx Christi. HEX triplet: 6C, B0 and 1E. RGB value is (108,176,30). Sum of RGB (Red+Green+Blue) = 108+176+30=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB01E is #934FE1. Grayscale: #8B8B8B. Windows color (decimal): -9654242 or 2011244. OLE color: 2011244.

HSL color Cylindrical-coordinate representation of color #6CB01E: hue angle of 87.95º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6CB01E is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB10817630-
CMYK0.3900.830.31
HSL87.95º70.87%40.39%-
HSV(B)87.95º82.95%69.02%-
XYZ21.9434.336.7-
YUV139.0266.47105.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.39%
GREEN value IS 176 (69.14% from 255) = 56.05%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=34.39%
G=56.05%
B=9.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108176300.3900.830.3187.9570.8740.39
Hex6CB01E270531F584728
Octal154260364701233713010750
Binary11011001011000011110100111010100111111110110001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,176,30); }

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

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

 a { background-color: rgb(108,176,30); }

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

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

 span { border-color: rgb(108,176,30); }

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