Html Css Color HEX #70781C Fiji Green

📋 copy color: '#70781C'

red 112 ◦ green 120 ◦ blue 28

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

Shades of Fiji Green #70781C

Tints of Fiji Green #70781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 43.08%
G = 46.15%
B = 10.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#70781C (or 0x70781C) is known color: Fiji Green. HEX triplet: 70, 78 and 1C. RGB value is (112,120,28). Sum of RGB (Red+Green+Blue) = 112+120+28=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #70781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70781C is #8F87E3. Grayscale: #6B6B6B. Windows color (decimal): -9406436 or 1865840. OLE color: 1865840.

HSL color Cylindrical-coordinate representation of color #70781C: hue angle of 65.22º degrees, saturation: 0.62, 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 #70781C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 28 -
CMYK 0.07 0 0.77 0.53
HSL 65.22º 0.62% 0.29% -
HSV(B) 65.22º 0.77% 0.47% -
XYZ 13.61 16.96 3.66 -
YUV 107.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 112 120 28 0.07 0 0.77 0.53 65.22 0.62 0.29
Hex 70 78 1C 7 0 4D 35 41 3E 1D
Octal 160 170 34 7 0 115 65 101 76 35
Binary 1110000 1111000 11100 111 0 1001101 110101 1000001 111110 11101

Color Harmonies of #70781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70781C

Black with #70781C

Text Example


Text Example

White with #70781C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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