#67AD1A

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

Shades of Christi #67AD1A

Tints of Christi #67AD1A

Color information

#67AD1A (or 0x67AD1A) is unknown color: approx Christi. HEX triplet: 67, AD and 1A. RGB value is (103,173,26). Sum of RGB (Red+Green+Blue) = 103+173+26=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AD1A is #9852E5. Grayscale: #878787. Windows color (decimal): -9982694 or 1748327. OLE color: 1748327.

HSL color Cylindrical-coordinate representation of color #67AD1A: hue angle of 88.57º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67AD1A is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB10317326-
CMYK0.4000.850.32
HSL88.57º73.87%39.02%-
HSV(B)88.57º84.97%67.84%-
XYZ20.7232.856.22-
YUV135.3166.31104.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 26 (10.55% from 255) = 8.61%
R=34.11%
G=57.28%
B=8.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103173260.4000.850.3288.5773.8739.02
Hex67AD1A2805520594a27
Octal147255325001254013111247
Binary110011110101101110101010000101010110000010110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AD1A; }

 p { color: rgb(103,173,26); }

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

<style>
 a { background-color: #67AD1A; }

 a { background-color: rgb(103,173,26); }

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

<style>
 span { border-color: #67AD1A; }

 span { border-color: rgb(103,173,26); }

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