Html Css Color HEX #707B19 Fiji Green

📋 copy color: '#707B19'

red 112 ◦ green 123 ◦ blue 25

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

Shades of Fiji Green #707B19

Tints of Fiji Green #707B19

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.31%

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

R = 43.08%
G = 47.31%
B = 9.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#707B19 (or 0x707B19) is known color: Fiji Green. HEX triplet: 70, 7B and 19. RGB value is (112,123,25). Sum of RGB (Red+Green+Blue) = 112+123+25=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #707B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B19 is #8F84E6. Grayscale: #6C6C6C. Windows color (decimal): -9405671 or 1670000. OLE color: 1670000.

HSL color Cylindrical-coordinate representation of color #707B19: hue angle of 66.73º 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 #707B19 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 123 25 -
CMYK 0.09 0 0.80 0.52
HSL 66.73º 0.66% 0.29% -
HSV(B) 66.73º 0.8% 0.48% -
XYZ 13.94 17.68 3.6 -
YUV 108.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 112 123 25 0.09 0 0.80 0.52 66.73 0.66 0.29
Hex 70 7B 19 9 0 50 34 43 42 1D
Octal 160 173 31 11 0 120 64 103 102 35
Binary 1110000 1111011 11001 1001 0 1010000 110100 1000011 1000010 11101

Color Harmonies of #707B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B19

Black with #707B19

Text Example


Text Example

White with #707B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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