#6DAC32

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

Shades of Christi #6DAC32

Tints of Christi #6DAC32

Color information

#6DAC32 (or 0x6DAC32) is unknown color: approx Christi. HEX triplet: 6D, AC and 32. RGB value is (109,172,50). Sum of RGB (Red+Green+Blue) = 109+172+50=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAC32 is #9253CD. Grayscale: #8B8B8B. Windows color (decimal): -9589710 or 3320941. OLE color: 3320941.

HSL color Cylindrical-coordinate representation of color #6DAC32: hue angle of 90.98º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6DAC32 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB10917250-
CMYK0.3700.710.33
HSL90.98º54.95%43.53%-
HSV(B)90.98º70.93%67.45%-
XYZ21.6332.998.24-
YUV139.2677.63106.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.93%
GREEN value IS 172 (67.58% from 255) = 51.96%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=32.93%
G=51.96%
B=15.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109172500.3700.710.3390.9854.9543.53
Hex6DAC3225047215b372c
Octal15525462450107411336754
Binary110110110101100110010100101010001111000011011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,50); }

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

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

 a { background-color: rgb(109,172,50); }

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

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

 span { border-color: rgb(109,172,50); }

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