#67AD0D

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

Shades of Christi #67AD0D

Tints of Christi #67AD0D

Color information

#67AD0D (or 0x67AD0D) is unknown color: approx Christi. HEX triplet: 67, AD and 0D. RGB value is (103,173,13). Sum of RGB (Red+Green+Blue) = 103+173+13=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AD0D is #9852F2. Grayscale: #868686. Windows color (decimal): -9982707 or 896359. OLE color: 896359.

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

Color convert

RGB10317313-
CMYK0.4000.920.32
HSL86.25º86.02%36.47%-
HSV(B)86.25º92.49%67.84%-
XYZ20.6132.85.63-
YUV133.8359.81106.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 173 (67.97% from 255) = 59.86%
BLUE value IS 13 (5.47% from 255) = 4.50%
R=35.64%
G=59.86%
B=4.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103173130.4000.920.3286.2586.0236.47
Hex67ADD2805C20565624
Octal147255155001344012612644
Binary11001111010110111011010000101110010000010101101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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