Html Css Color HEX #607013 Fiji Green

📋 copy color: '#607013'

red 96 ◦ green 112 ◦ blue 19

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

Shades of Fiji Green #607013

Tints of Fiji Green #607013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.34%

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

R = 42.29%
G = 49.34%
B = 8.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#607013 (or 0x607013) is known color: Fiji Green. HEX triplet: 60, 70 and 13. RGB value is (96,112,19). Sum of RGB (Red+Green+Blue) = 96+112+19=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #607013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607013 is #9F8FEC. Grayscale: #606060. Windows color (decimal): -10457069 or 1273952. OLE color: 1273952.

HSL color Cylindrical-coordinate representation of color #607013: hue angle of 70.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #607013 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 19 -
CMYK 0.14 0 0.83 0.56
HSL 70.32º 0.71% 0.26% -
HSV(B) 70.32º 0.83% 0.44% -
XYZ 10.74 14.12 2.78 -
YUV 96.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 96 112 19 0.14 0 0.83 0.56 70.32 0.71 0.26
Hex 60 70 13 E 0 53 38 46 47 1A
Octal 140 160 23 16 0 123 70 106 107 32
Binary 1100000 1110000 10011 1110 0 1010011 111000 1000110 1000111 11010

Color Harmonies of #607013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607013

Black with #607013

Text Example


Text Example

White with #607013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607013; }

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

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

background-color css

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

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

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

border-color css

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

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

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