Html Css Color HEX #707312 Fiji Green

📋 copy color: '#707312'

red 112 ◦ green 115 ◦ blue 18

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

Shades of Fiji Green #707312

Tints of Fiji Green #707312

RGB

 RED value IS 112 (44.14% from 255) = 45.71%

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 45.71%
G = 46.94%
B = 7.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#707312 (or 0x707312) is known color: Fiji Green. HEX triplet: 70, 73 and 12. RGB value is (112,115,18). Sum of RGB (Red+Green+Blue) = 112+115+18=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #707312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707312 is #8F8CED. Grayscale: #676767. Windows color (decimal): -9407726 or 1209200. OLE color: 1209200.

HSL color Cylindrical-coordinate representation of color #707312: hue angle of 61.86º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #707312 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 18 -
CMYK 0.03 0 0.84 0.55
HSL 61.86º 0.73% 0.26% -
HSV(B) 61.86º 0.84% 0.45% -
XYZ 12.92 15.75 2.93 -
YUV 103.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 112 115 18 0.03 0 0.84 0.55 61.86 0.73 0.26
Hex 70 73 12 3 0 54 37 3E 49 1A
Octal 160 163 22 3 0 124 67 76 111 32
Binary 1110000 1110011 10010 11 0 1010100 110111 111110 1001001 11010

Color Harmonies of #707312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707312

Black with #707312

Text Example


Text Example

White with #707312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707312; }

 p { color: rgb(112,115,18); }

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

background-color css

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

 a { background-color: rgb(112,115,18); }

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

border-color css

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

 span { border-color: rgb(112,115,18); }

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