Html Css Color HEX #63701E Fiji Green

📋 copy color: '#63701E'

red 99 ◦ green 112 ◦ blue 30

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

Shades of Fiji Green #63701E

Tints of Fiji Green #63701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 41.08%
G = 46.47%
B = 12.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#63701E (or 0x63701E) is known color: Fiji Green. HEX triplet: 63, 70 and 1E. RGB value is (99,112,30). Sum of RGB (Red+Green+Blue) = 99+112+30=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #63701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63701E is #9C8FE1. Grayscale: #636363. Windows color (decimal): -10260450 or 1994851. OLE color: 1994851.

HSL color Cylindrical-coordinate representation of color #63701E: hue angle of 69.51º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63701E is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 30 -
CMYK 0.12 0 0.73 0.56
HSL 69.51º 0.58% 0.28% -
HSV(B) 69.51º 0.73% 0.44% -
XYZ 11.17 14.33 3.41 -
YUV 98.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 99 112 30 0.12 0 0.73 0.56 69.51 0.58 0.28
Hex 63 70 1E C 0 49 38 46 3A 1C
Octal 143 160 36 14 0 111 70 106 72 34
Binary 1100011 1110000 11110 1100 0 1001001 111000 1000110 111010 11100

Color Harmonies of #63701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63701E

Black with #63701E

Text Example


Text Example

White with #63701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63701E; }

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

 H1.HeaderClassName
 {
   color: #63701E;
 }
 .AnyTagClassName
 {
   color: #63701E;
 }
</style>

background-color css

<style>
 a { background-color: #63701E; }

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

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

border-color css

<style>
 span { border-color: #63701E; }

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

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