Html Css Color HEX #63700A Fiji Green

📋 copy color: '#63700A'

red 99 ◦ green 112 ◦ blue 10

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

Shades of Fiji Green #63700A

Tints of Fiji Green #63700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.68%

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

R = 44.8%
G = 50.68%
B = 4.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#63700A (or 0x63700A) is known color: Fiji Green. HEX triplet: 63, 70 and 0A. RGB value is (99,112,10). Sum of RGB (Red+Green+Blue) = 99+112+10=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #63700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63700A is #9C8FF5. Grayscale: #606060. Windows color (decimal): -10260470 or 684131. OLE color: 684131.

HSL color Cylindrical-coordinate representation of color #63700A: hue angle of 67.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63700A is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 10 -
CMYK 0.12 0 0.91 0.56
HSL 67.65º 0.84% 0.24% -
HSV(B) 67.65º 0.91% 0.44% -
XYZ 10.99 14.26 2.46 -
YUV 96.49 79.19 129.79 -
System Red Green Blue C M Y K H S L
Decimal 99 112 10 0.12 0 0.91 0.56 67.65 0.84 0.24
Hex 63 70 A C 0 5B 38 44 54 18
Octal 143 160 12 14 0 133 70 104 124 30
Binary 1100011 1110000 1010 1100 0 1011011 111000 1000100 1010100 11000

Color Harmonies of #63700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63700A

Black with #63700A

Text Example


Text Example

White with #63700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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