Html Css Color HEX #607714 Fiji Green

📋 copy color: '#607714'

red 96 ◦ green 119 ◦ blue 20

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

Shades of Fiji Green #607714

Tints of Fiji Green #607714

RGB

 RED value IS 96 (37.89% from 255) = 40.85%

 GREEN value IS 119 (46.88% from 255) = 50.64%

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 40.85%
G = 50.64%
B = 8.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#607714 (or 0x607714) is known color: Fiji Green. HEX triplet: 60, 77 and 14. RGB value is (96,119,20). Sum of RGB (Red+Green+Blue) = 96+119+20=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #607714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607714 is #9F88EB. Grayscale: #656565. Windows color (decimal): -10455276 or 1341280. OLE color: 1341280.

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

Color convert

RGB 96 119 20 -
CMYK 0.19 0 0.83 0.53
HSL 73.94º 0.71% 0.27% -
HSV(B) 73.94º 0.83% 0.47% -
XYZ 11.55 15.73 3.09 -
YUV 100.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 96 119 20 0.19 0 0.83 0.53 73.94 0.71 0.27
Hex 60 77 14 13 0 53 35 4A 47 1B
Octal 140 167 24 23 0 123 65 112 107 33
Binary 1100000 1110111 10100 10011 0 1010011 110101 1001010 1000111 11011

Color Harmonies of #607714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607714

Black with #607714

Text Example


Text Example

White with #607714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607714; }

 p { color: rgb(96,119,20); }

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

background-color css

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

 a { background-color: rgb(96,119,20); }

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

border-color css

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

 span { border-color: rgb(96,119,20); }

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