Html Css Color HEX #607003 Fiji Green

📋 copy color: '#607003'

red 96 ◦ green 112 ◦ blue 3

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

Shades of Fiji Green #607003

Tints of Fiji Green #607003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 45.5%
G = 53.08%
B = 1.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#607003 (or 0x607003) is known color: Fiji Green. HEX triplet: 60, 70 and 03. RGB value is (96,112,3). Sum of RGB (Red+Green+Blue) = 96+112+3=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #607003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607003 is #9F8FFC. Grayscale: #5F5F5F. Windows color (decimal): -10457085 or 225376. OLE color: 225376.

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

Color convert

RGB 96 112 3 -
CMYK 0.14 0 0.97 0.56
HSL 68.81º 0.95% 0.23% -
HSV(B) 68.81º 0.97% 0.44% -
XYZ 10.63 14.08 2.24 -
YUV 94.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 96 112 3 0.14 0 0.97 0.56 68.81 0.95 0.23
Hex 60 70 3 E 0 61 38 45 5F 17
Octal 140 160 3 16 0 141 70 105 137 27
Binary 1100000 1110000 11 1110 0 1100001 111000 1000101 1011111 10111

Color Harmonies of #607003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607003

Black with #607003

Text Example


Text Example

White with #607003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607003; }

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

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

background-color css

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

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

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

border-color css

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

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

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