Html Css Color HEX #70771B Fiji Green

📋 copy color: '#70771B'

red 112 ◦ green 119 ◦ blue 27

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

Shades of Fiji Green #70771B

Tints of Fiji Green #70771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 43.41%
G = 46.12%
B = 10.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#70771B (or 0x70771B) is known color: Fiji Green. HEX triplet: 70, 77 and 1B. RGB value is (112,119,27). Sum of RGB (Red+Green+Blue) = 112+119+27=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #70771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70771B is #8F88E4. Grayscale: #6A6A6A. Windows color (decimal): -9406693 or 1800048. OLE color: 1800048.

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

Color convert

RGB 112 119 27 -
CMYK 0.06 0 0.77 0.53
HSL 64.57º 0.63% 0.29% -
HSV(B) 64.57º 0.77% 0.47% -
XYZ 13.48 16.72 3.55 -
YUV 106.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 112 119 27 0.06 0 0.77 0.53 64.57 0.63 0.29
Hex 70 77 1B 6 0 4D 35 41 3F 1D
Octal 160 167 33 6 0 115 65 101 77 35
Binary 1110000 1110111 11011 110 0 1001101 110101 1000001 111111 11101

Color Harmonies of #70771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70771B

Black with #70771B

Text Example


Text Example

White with #70771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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