Html Css Color HEX #707A19 Fiji Green

📋 copy color: '#707A19'

red 112 ◦ green 122 ◦ blue 25

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

Shades of Fiji Green #707A19

Tints of Fiji Green #707A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.1%

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 43.24%
G = 47.1%
B = 9.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#707A19 (or 0x707A19) is known color: Fiji Green. HEX triplet: 70, 7A and 19. RGB value is (112,122,25). Sum of RGB (Red+Green+Blue) = 112+122+25=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 122 - color contains mainly: green. Hex color #707A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707A19 is #8F85E6. Grayscale: #6C6C6C. Windows color (decimal): -9405927 or 1669744. OLE color: 1669744.

HSL color Cylindrical-coordinate representation of color #707A19: hue angle of 66.19º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #707A19 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 122 25 -
CMYK 0.08 0 0.80 0.52
HSL 66.19º 0.66% 0.29% -
HSV(B) 66.19º 0.8% 0.48% -
XYZ 13.82 17.43 3.56 -
YUV 107.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 112 122 25 0.08 0 0.80 0.52 66.19 0.66 0.29
Hex 70 7A 19 8 0 50 34 42 42 1D
Octal 160 172 31 10 0 120 64 102 102 35
Binary 1110000 1111010 11001 1000 0 1010000 110100 1000010 1000010 11101

Color Harmonies of #707A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A19

Black with #707A19

Text Example


Text Example

White with #707A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A19; }

 p { color: rgb(112,122,25); }

 H1.HeaderClassName
 {
   color: #707A19;
 }
 .AnyTagClassName
 {
   color: #707A19;
 }
</style>

background-color css

<style>
 a { background-color: #707A19; }

 a { background-color: rgb(112,122,25); }

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

border-color css

<style>
 span { border-color: #707A19; }

 span { border-color: rgb(112,122,25); }

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