#6CA30D

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

Shades of Christi #6CA30D

Tints of Christi #6CA30D

Color information

#6CA30D (or 0x6CA30D) is unknown color: approx Christi. HEX triplet: 6C, A3 and 0D. RGB value is (108,163,13). Sum of RGB (Red+Green+Blue) = 108+163+13=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA30D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA30D is #935CF2. Grayscale: #828282. Windows color (decimal): -9657587 or 893804. OLE color: 893804.

HSL color Cylindrical-coordinate representation of color #6CA30D: hue angle of 82º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CA30D is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB10816313-
CMYK0.3400.920.36
HSL82º85.23%34.51%-
HSV(B)82º92.02%63.92%-
XYZ19.3529.415.04-
YUV129.4662.28112.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 163 (64.06% from 255) = 57.39%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=38.03%
G=57.39%
B=4.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108163130.3400.920.368285.2334.51
Hex6CA3D2205C24525523
Octal154243154201344412212543
Binary11011001010001111011000100101110010010010100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,13); }

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

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

 a { background-color: rgb(108,163,13); }

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

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

 span { border-color: rgb(108,163,13); }

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