Html Css Color HEX #70781A Fiji Green

📋 copy color: '#70781A'

red 112 ◦ green 120 ◦ blue 26

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

Shades of Fiji Green #70781A

Tints of Fiji Green #70781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.51%

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

R = 43.41%
G = 46.51%
B = 10.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#70781A (or 0x70781A) is known color: Fiji Green. HEX triplet: 70, 78 and 1A. RGB value is (112,120,26). Sum of RGB (Red+Green+Blue) = 112+120+26=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #70781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70781A is #8F87E5. Grayscale: #6B6B6B. Windows color (decimal): -9406438 or 1734768. OLE color: 1734768.

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

Color convert

RGB 112 120 26 -
CMYK 0.07 0 0.78 0.53
HSL 65.11º 0.64% 0.29% -
HSV(B) 65.11º 0.78% 0.47% -
XYZ 13.59 16.95 3.53 -
YUV 106.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 112 120 26 0.07 0 0.78 0.53 65.11 0.64 0.29
Hex 70 78 1A 7 0 4E 35 41 40 1D
Octal 160 170 32 7 0 116 65 101 100 35
Binary 1110000 1111000 11010 111 0 1001110 110101 1000001 1000000 11101

Color Harmonies of #70781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70781A

Black with #70781A

Text Example


Text Example

White with #70781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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