Html Css Color HEX #707813 Fiji Green

📋 copy color: '#707813'

red 112 ◦ green 120 ◦ blue 19

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

Shades of Fiji Green #707813

Tints of Fiji Green #707813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 44.62%
G = 47.81%
B = 7.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#707813 (or 0x707813) is known color: Fiji Green. HEX triplet: 70, 78 and 13. RGB value is (112,120,19). Sum of RGB (Red+Green+Blue) = 112+120+19=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #707813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707813 is #8F87EC. Grayscale: #6A6A6A. Windows color (decimal): -9406445 or 1276016. OLE color: 1276016.

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

Color convert

RGB 112 120 19 -
CMYK 0.07 0 0.84 0.53
HSL 64.75º 0.73% 0.27% -
HSV(B) 64.75º 0.84% 0.47% -
XYZ 13.52 16.92 3.17 -
YUV 106.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 112 120 19 0.07 0 0.84 0.53 64.75 0.73 0.27
Hex 70 78 13 7 0 54 35 41 49 1B
Octal 160 170 23 7 0 124 65 101 111 33
Binary 1110000 1111000 10011 111 0 1010100 110101 1000001 1001001 11011

Color Harmonies of #707813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707813

Black with #707813

Text Example


Text Example

White with #707813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707813; }

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

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

background-color css

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

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

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

border-color css

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

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

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