#6CA630

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

Shades of Christi #6CA630

Tints of Christi #6CA630

Color information

#6CA630 (or 0x6CA630) is unknown color: approx Christi. HEX triplet: 6C, A6 and 30. RGB value is (108,166,48). Sum of RGB (Red+Green+Blue) = 108+166+48=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA630 is #9359CF. Grayscale: #878787. Windows color (decimal): -9656784 or 3188332. OLE color: 3188332.

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

Color convert

RGB10816648-
CMYK0.3500.710.35
HSL89.49º55.14%41.96%-
HSV(B)89.49º71.08%65.1%-
XYZ20.3530.677.64-
YUV135.2178.78108.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 166 (65.23% from 255) = 51.55%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=33.54%
G=51.55%
B=14.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108166480.3500.710.3589.4955.1441.96
Hex6CA630230472359372a
Octal15424660430107431316752
Binary110110010100110110000100011010001111000111011001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,48); }

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

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

 a { background-color: rgb(108,166,48); }

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

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

 span { border-color: rgb(108,166,48); }

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