#6A9B0D

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

Shades of Christi #6A9B0D

Tints of Christi #6A9B0D

Color information

#6A9B0D (or 0x6A9B0D) is unknown color: approx Christi. HEX triplet: 6A, 9B and 0D. RGB value is (106,155,13). Sum of RGB (Red+Green+Blue) = 106+155+13=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9B0D is #9564F2. Grayscale: #7C7C7C. Windows color (decimal): -9790707 or 891754. OLE color: 891754.

HSL color Cylindrical-coordinate representation of color #6A9B0D: hue angle of 80.7º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A9B0D is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB10615513-
CMYK0.3200.920.39
HSL80.7º84.52%32.94%-
HSV(B)80.7º91.61%60.78%-
XYZ17.7426.544.57-
YUV124.1665.27115.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 155 (60.94% from 255) = 56.57%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=38.69%
G=56.57%
B=4.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106155130.3200.920.3980.784.5232.94
Hex6A9BD2005C27515521
Octal152233154001344712112541
Binary11010101001101111011000000101110010011110100011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,155,13); }

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

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

 a { background-color: rgb(106,155,13); }

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

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

 span { border-color: rgb(106,155,13); }

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