Html Css Color HEX #607000 Fiji Green

📋 copy color: '#607000'

red 96 ◦ green 112 ◦ blue 0

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

Shades of Fiji Green #607000

Tints of Fiji Green #607000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.15%
G = 53.85%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#607000 (or 0x607000) is known color: Fiji Green. HEX triplet: 60, 70 and 00. RGB value is (96,112,0). Sum of RGB (Red+Green+Blue) = 96+112+0=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #607000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607000 is #9F8FFF. Grayscale: #5E5E5E. Windows color (decimal): -10457088 or 28768. OLE color: 28768.

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

Color convert

RGB 96 112 0 -
CMYK 0.14 0 1 0.56
HSL 68.57º 1% 0.22% -
HSV(B) 68.57º 1% 0.44% -
XYZ 10.62 14.08 2.16 -
YUV 94.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 96 112 0 0.14 0 1 0.56 68.57 1 0.22
Hex 60 70 0 E 0 64 38 45 64 16
Octal 140 160 0 16 0 144 70 105 144 26
Binary 1100000 1110000 0 1110 0 1100100 111000 1000101 1100100 10110

Color Harmonies of #607000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607000

Black with #607000

Text Example


Text Example

White with #607000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607000; }

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

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

background-color css

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

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

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

border-color css

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

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

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