Html Css Color HEX #639B05 Christi

📋 copy color: '#639B05'

red 99 ◦ green 155 ◦ blue 5

#639B05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #639B05

Tints of Christi #639B05

RGB

 RED value IS 99 (39.06% from 255) = 38.22%

 GREEN value IS 155 (60.94% from 255) = 59.85%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 38.22%
G = 59.85%
B = 1.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#639B05 (or 0x639B05) is known color: Christi. HEX triplet: 63, 9B and 05. RGB value is (99,155,5). Sum of RGB (Red+Green+Blue) = 99+155+5=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #639B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639B05 is #9C64FA. Grayscale: #797979. Windows color (decimal): -10249467 or 367459. OLE color: 367459.

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

Color convert

RGB 99 155 5 -
CMYK 0.36 0 0.97 0.39
HSL 82.4º 0.94% 0.31% -
HSV(B) 82.4º 0.97% 0.61% -
XYZ 16.89 26.11 4.29 -
YUV 121.16 62.45 112.2 -
System Red Green Blue C M Y K H S L
Decimal 99 155 5 0.36 0 0.97 0.39 82.4 0.94 0.31
Hex 63 9B 5 24 0 61 27 52 5E 1F
Octal 143 233 5 44 0 141 47 122 136 37
Binary 1100011 10011011 101 100100 0 1100001 100111 1010010 1011110 11111

Color Harmonies of #639B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B05

Black with #639B05

Text Example


Text Example

White with #639B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #639B05;
 }
 .AnyTagClassName
 {
   color: #639B05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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