#6FAE32

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

Shades of Christi #6FAE32

Tints of Christi #6FAE32

Color information

#6FAE32 (or 0x6FAE32) is unknown color: approx Christi. HEX triplet: 6F, AE and 32. RGB value is (111,174,50). Sum of RGB (Red+Green+Blue) = 111+174+50=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAE32 is #9051CD. Grayscale: #8D8D8D. Windows color (decimal): -9458126 or 3321455. OLE color: 3321455.

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

Color convert

RGB11117450-
CMYK0.3600.710.32
HSL90.48º55.36%43.92%-
HSV(B)90.48º71.26%68.24%-
XYZ22.2733.888.38-
YUV141.0376.63106.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 174 (68.36% from 255) = 51.94%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=33.13%
G=51.94%
B=14.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111174500.3600.710.3290.4855.3643.92
Hex6FAE3224047205a372c
Octal15725662440107401326754
Binary110111110101110110010100100010001111000001011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,50); }

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

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

 a { background-color: rgb(111,174,50); }

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

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

 span { border-color: rgb(111,174,50); }

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