Html Css Color HEX #63800A Fiji Green

📋 copy color: '#63800A'

red 99 ◦ green 128 ◦ blue 10

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

Shades of Fiji Green #63800A

Tints of Fiji Green #63800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.01%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 41.77%
G = 54.01%
B = 4.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#63800A (or 0x63800A) is known color: Fiji Green. HEX triplet: 63, 80 and 0A. RGB value is (99,128,10). Sum of RGB (Red+Green+Blue) = 99+128+10=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #63800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63800A is #9C7FF5. Grayscale: #6A6A6A. Windows color (decimal): -10256374 or 688227. OLE color: 688227.

HSL color Cylindrical-coordinate representation of color #63800A: hue angle of 74.75º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63800A is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 10 -
CMYK 0.23 0 0.92 0.50
HSL 74.75º 0.86% 0.27% -
HSV(B) 74.75º 0.92% 0.5% -
XYZ 12.92 18.11 3.1 -
YUV 105.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 99 128 10 0.23 0 0.92 0.50 74.75 0.86 0.27
Hex 63 80 A 17 0 5C 32 4B 56 1B
Octal 143 200 12 27 0 134 62 113 126 33
Binary 1100011 10000000 1010 10111 0 1011100 110010 1001011 1010110 11011

Color Harmonies of #63800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63800A

Black with #63800A

Text Example


Text Example

White with #63800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63800A; }

 p { color: rgb(99,128,10); }

 H1.HeaderClassName
 {
   color: #63800A;
 }
 .AnyTagClassName
 {
   color: #63800A;
 }
</style>

background-color css

<style>
 a { background-color: #63800A; }

 a { background-color: rgb(99,128,10); }

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

border-color css

<style>
 span { border-color: #63800A; }

 span { border-color: rgb(99,128,10); }

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