Html Css Color HEX #70761A Fiji Green

📋 copy color: '#70761A'

red 112 ◦ green 118 ◦ blue 26

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

Shades of Fiji Green #70761A

Tints of Fiji Green #70761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 43.75%
G = 46.09%
B = 10.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#70761A (or 0x70761A) is known color: Fiji Green. HEX triplet: 70, 76 and 1A. RGB value is (112,118,26). Sum of RGB (Red+Green+Blue) = 112+118+26=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #70761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70761A is #8F89E5. Grayscale: #6A6A6A. Windows color (decimal): -9406950 or 1734256. OLE color: 1734256.

HSL color Cylindrical-coordinate representation of color #70761A: hue angle of 63.91º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70761A is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 26 -
CMYK 0.05 0 0.78 0.54
HSL 63.91º 0.64% 0.28% -
HSV(B) 63.91º 0.78% 0.46% -
XYZ 13.35 16.48 3.45 -
YUV 105.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 112 118 26 0.05 0 0.78 0.54 63.91 0.64 0.28
Hex 70 76 1A 5 0 4E 36 40 40 1C
Octal 160 166 32 5 0 116 66 100 100 34
Binary 1110000 1110110 11010 101 0 1001110 110110 1000000 1000000 11100

Color Harmonies of #70761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70761A

Black with #70761A

Text Example


Text Example

White with #70761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,118,26); }

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

background-color css

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

 a { background-color: rgb(112,118,26); }

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

border-color css

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

 span { border-color: rgb(112,118,26); }

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