#6AAB04

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

Shades of Christi #6AAB04

Tints of Christi #6AAB04

Color information

#6AAB04 (or 0x6AAB04) is unknown color: approx Christi. HEX triplet: 6A, AB and 04. RGB value is (106,171,4). Sum of RGB (Red+Green+Blue) = 106+171+4=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAB04 is #9554FB. Grayscale: #858585. Windows color (decimal): -9786620 or 306026. OLE color: 306026.

HSL color Cylindrical-coordinate representation of color #6AAB04: hue angle of 83.35º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AAB04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1061714-
CMYK0.3800.980.33
HSL83.35º95.43%34.31%-
HSV(B)83.35º97.66%67.06%-
XYZ20.5332.25.25-
YUV132.5355.47109.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 171 (67.19% from 255) = 60.85%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=37.72%
G=60.85%
B=1.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10617140.3800.980.3383.3595.4334.31
Hex6AAB42606221535f22
Octal15225344601424112313742
Binary1101010101010111001001100110001010000110100111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,4); }

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

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

 a { background-color: rgb(106,171,4); }

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

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

 span { border-color: rgb(106,171,4); }

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