#6CA203

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

Shades of Christi #6CA203

Tints of Christi #6CA203

Color information

#6CA203 (or 0x6CA203) is unknown color: approx Christi. HEX triplet: 6C, A2 and 03. RGB value is (108,162,3). Sum of RGB (Red+Green+Blue) = 108+162+3=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA203 is #935DFC. Grayscale: #808080. Windows color (decimal): -9657853 or 238188. OLE color: 238188.

HSL color Cylindrical-coordinate representation of color #6CA203: hue angle of 80.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CA203 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1081623-
CMYK0.3300.980.36
HSL80.38º96.36%32.35%-
HSV(B)80.38º98.15%63.53%-
XYZ19.1229.044.68-
YUV127.7357.61113.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=39.56%
G=59.34%
B=1.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10816230.3300.980.3680.3896.3632.35
Hex6CA232106224506020
Octal15424234101424412014040
Binary110110010100010111000010110001010010010100001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,3); }

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

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

 a { background-color: rgb(108,162,3); }

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

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

 span { border-color: rgb(108,162,3); }

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