Html Css Color HEX #707B16 Fiji Green

📋 copy color: '#707B16'

red 112 ◦ green 123 ◦ blue 22

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

Shades of Fiji Green #707B16

Tints of Fiji Green #707B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 43.58%
G = 47.86%
B = 8.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#707B16 (or 0x707B16) is known color: Fiji Green. HEX triplet: 70, 7B and 16. RGB value is (112,123,22). Sum of RGB (Red+Green+Blue) = 112+123+22=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #707B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707B16 is #8F84E9. Grayscale: #6C6C6C. Windows color (decimal): -9405674 or 1473392. OLE color: 1473392.

HSL color Cylindrical-coordinate representation of color #707B16: hue angle of 66.53º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #707B16 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 123 22 -
CMYK 0.09 0 0.82 0.52
HSL 66.53º 0.7% 0.28% -
HSV(B) 66.53º 0.82% 0.48% -
XYZ 13.91 17.67 3.44 -
YUV 108.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 112 123 22 0.09 0 0.82 0.52 66.53 0.7 0.28
Hex 70 7B 16 9 0 52 34 43 46 1C
Octal 160 173 26 11 0 122 64 103 106 34
Binary 1110000 1111011 10110 1001 0 1010010 110100 1000011 1000110 11100

Color Harmonies of #707B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B16

Black with #707B16

Text Example


Text Example

White with #707B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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