#639B02

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

Shades of Christi #639B02

Tints of Christi #639B02

Color information

#639B02 (or 0x639B02) is unknown color: approx Christi. HEX triplet: 63, 9B and 02. RGB value is (99,155,2). Sum of RGB (Red+Green+Blue) = 99+155+2=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #639B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639B02 is #9C64FD. Grayscale: #797979. Windows color (decimal): -10249470 or 170851. OLE color: 170851.

HSL color Cylindrical-coordinate representation of color #639B02: hue angle of 81.96º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #639B02 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB991552-
CMYK0.3600.990.39
HSL81.96º97.45%30.78%-
HSV(B)81.96º98.71%60.78%-
XYZ16.8826.14.21-
YUV120.8160.95112.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 155 (60.94% from 255) = 60.55%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=38.67%
G=60.55%
B=0.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9915520.3600.990.3981.9697.4530.78
Hex639B2240632752611f
Octal14323324401434712214137
Binary11000111001101110100100011000111001111010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639B02; }

 p { color: rgb(99,155,2); }

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

<style>
 a { background-color: #639B02; }

 a { background-color: rgb(99,155,2); }

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

<style>
 span { border-color: #639B02; }

 span { border-color: rgb(99,155,2); }

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