Html Css Color HEX #639C01 Christi

📋 copy color: '#639C01'

red 99 ◦ green 156 ◦ blue 1

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

Shades of Christi #639C01

Tints of Christi #639C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60.94%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 38.67%
G = 60.94%
B = 0.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#639C01 (or 0x639C01) is known color: Christi. HEX triplet: 63, 9C and 01. RGB value is (99,156,1). Sum of RGB (Red+Green+Blue) = 99+156+1=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #639C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639C01 is #9C63FE. Grayscale: #797979. Windows color (decimal): -10249215 or 105571. OLE color: 105571.

HSL color Cylindrical-coordinate representation of color #639C01: hue angle of 82.06º degrees, saturation: 0.99, 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 #639C01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 156 1 -
CMYK 0.37 0 0.99 0.39
HSL 82.06º 0.99% 0.31% -
HSV(B) 82.06º 0.99% 0.61% -
XYZ 17.04 26.43 4.23 -
YUV 121.29 60.12 112.1 -
System Red Green Blue C M Y K H S L
Decimal 99 156 1 0.37 0 0.99 0.39 82.06 0.99 0.31
Hex 63 9C 1 25 0 63 27 52 63 1F
Octal 143 234 1 45 0 143 47 122 143 37
Binary 1100011 10011100 1 100101 0 1100011 100111 1010010 1100011 11111

Color Harmonies of #639C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C01

Black with #639C01

Text Example


Text Example

White with #639C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,156,1); }

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

background-color css

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

 a { background-color: rgb(99,156,1); }

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

border-color css

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

 span { border-color: rgb(99,156,1); }

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