Html Css Color HEX #607001 Fiji Green

📋 copy color: '#607001'

red 96 ◦ green 112 ◦ blue 1

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

Shades of Fiji Green #607001

Tints of Fiji Green #607001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 45.93%
G = 53.59%
B = 0.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#607001 (or 0x607001) is known color: Fiji Green. HEX triplet: 60, 70 and 01. RGB value is (96,112,1). Sum of RGB (Red+Green+Blue) = 96+112+1=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #607001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607001 is #9F8FFE. Grayscale: #5E5E5E. Windows color (decimal): -10457087 or 94304. OLE color: 94304.

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

Color convert

RGB 96 112 1 -
CMYK 0.14 0 0.99 0.56
HSL 68.65º 0.98% 0.22% -
HSV(B) 68.65º 0.99% 0.44% -
XYZ 10.62 14.08 2.19 -
YUV 94.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 96 112 1 0.14 0 0.99 0.56 68.65 0.98 0.22
Hex 60 70 1 E 0 63 38 45 62 16
Octal 140 160 1 16 0 143 70 105 142 26
Binary 1100000 1110000 1 1110 0 1100011 111000 1000101 1100010 10110

Color Harmonies of #607001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607001

Black with #607001

Text Example


Text Example

White with #607001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607001; }

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

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

background-color css

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

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

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

border-color css

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

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

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