#6ca934

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

Shades of Christi #6CA934

Tints of Christi #6CA934

Color information

#6CA934 (or 0x6CA934) is unknown color: approx Christi. HEX triplet: 6C, A9 and 34. RGB value is (108,169,52). Sum of RGB (Red+Green+Blue) = 108+169+52=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA934 is #9356CB. Grayscale: #898989. Windows color (decimal): -9656012 or 3451244. OLE color: 3451244.

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

Color convert

RGB10816952-
CMYK0.3600.690.34
HSL91.28º52.94%43.33%-
HSV(B)91.28º69.23%66.27%-
XYZ20.9931.818.28-
YUV137.4279.79107.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 169 (66.41% from 255) = 51.37%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=32.83%
G=51.37%
B=15.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108169520.3600.690.3491.2852.9443.33
Hex6CA93424045225b352b
Octal15425164440105421336553
Binary110110010101001110100100100010001011000101011011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ca934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,52); }

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

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

 a { background-color: rgb(108,169,52); }

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

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

 span { border-color: rgb(108,169,52); }

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