#629E0D

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

Shades of Christi #629E0D

Tints of Christi #629E0D

Color information

#629E0D (or 0x629E0D) is unknown color: approx Christi. HEX triplet: 62, 9E and 0D. RGB value is (98,158,13). Sum of RGB (Red+Green+Blue) = 98+158+13=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 158 (62.11% from 255 or 58.74% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 158 - color contains mainly: green. Hex color #629E0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629E0D is #9D61F2. Grayscale: #7C7C7C. Windows color (decimal): -10314227 or 892514. OLE color: 892514.

HSL color Cylindrical-coordinate representation of color #629E0D: hue angle of 84.83º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #629E0D is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB9815813-
CMYK0.3800.920.38
HSL84.83º84.8%33.53%-
HSV(B)84.83º91.77%61.96%-
XYZ17.3427.084.69-
YUV123.5365.62109.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 158 (62.11% from 255) = 58.74%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=36.43%
G=58.74%
B=4.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98158130.3800.920.3884.8384.833.53
Hex629ED2605C26555522
Octal142236154601344612512542
Binary11000101001111011011001100101110010011010101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629E0D; }

 p { color: rgb(98,158,13); }

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

<style>
 a { background-color: #629E0D; }

 a { background-color: rgb(98,158,13); }

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

<style>
 span { border-color: #629E0D; }

 span { border-color: rgb(98,158,13); }

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