Html Css Color HEX #70771A Fiji Green

📋 copy color: '#70771A'

red 112 ◦ green 119 ◦ blue 26

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

Shades of Fiji Green #70771A

Tints of Fiji Green #70771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 43.58%
G = 46.3%
B = 10.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#70771A (or 0x70771A) is known color: Fiji Green. HEX triplet: 70, 77 and 1A. RGB value is (112,119,26). Sum of RGB (Red+Green+Blue) = 112+119+26=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #70771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70771A is #8F88E5. Grayscale: #6A6A6A. Windows color (decimal): -9406694 or 1734512. OLE color: 1734512.

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

Color convert

RGB 112 119 26 -
CMYK 0.06 0 0.78 0.53
HSL 64.52º 0.64% 0.28% -
HSV(B) 64.52º 0.78% 0.47% -
XYZ 13.47 16.71 3.49 -
YUV 106.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 112 119 26 0.06 0 0.78 0.53 64.52 0.64 0.28
Hex 70 77 1A 6 0 4E 35 41 40 1C
Octal 160 167 32 6 0 116 65 101 100 34
Binary 1110000 1110111 11010 110 0 1001110 110101 1000001 1000000 11100

Color Harmonies of #70771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70771A

Black with #70771A

Text Example


Text Example

White with #70771A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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