Html Css Color HEX #707919 Fiji Green

📋 copy color: '#707919'

red 112 ◦ green 121 ◦ blue 25

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

Shades of Fiji Green #707919

Tints of Fiji Green #707919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

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

R = 43.41%
G = 46.9%
B = 9.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#707919 (or 0x707919) is known color: Fiji Green. HEX triplet: 70, 79 and 19. RGB value is (112,121,25). Sum of RGB (Red+Green+Blue) = 112+121+25=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #707919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707919 is #8F86E6. Grayscale: #6B6B6B. Windows color (decimal): -9406183 or 1669488. OLE color: 1669488.

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

Color convert

RGB 112 121 25 -
CMYK 0.07 0 0.79 0.53
HSL 65.63º 0.66% 0.29% -
HSV(B) 65.63º 0.79% 0.47% -
XYZ 13.69 17.19 3.52 -
YUV 107.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 112 121 25 0.07 0 0.79 0.53 65.63 0.66 0.29
Hex 70 79 19 7 0 4F 35 42 42 1D
Octal 160 171 31 7 0 117 65 102 102 35
Binary 1110000 1111001 11001 111 0 1001111 110101 1000010 1000010 11101

Color Harmonies of #707919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707919

Black with #707919

Text Example


Text Example

White with #707919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707919; }

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

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

background-color css

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

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

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

border-color css

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

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

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