Html Css Color HEX #607501 Fiji Green

📋 copy color: '#607501'

red 96 ◦ green 117 ◦ blue 1

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

Shades of Fiji Green #607501

Tints of Fiji Green #607501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.67%

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

R = 44.86%
G = 54.67%
B = 0.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#607501 (or 0x607501) is known color: Fiji Green. HEX triplet: 60, 75 and 01. RGB value is (96,117,1). Sum of RGB (Red+Green+Blue) = 96+117+1=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #607501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607501 is #9F8AFE. Grayscale: #616161. Windows color (decimal): -10455807 or 95584. OLE color: 95584.

HSL color Cylindrical-coordinate representation of color #607501: hue angle of 70.86º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #607501 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 1 -
CMYK 0.18 0 0.99 0.54
HSL 70.86º 0.98% 0.23% -
HSV(B) 70.86º 0.99% 0.46% -
XYZ 11.19 15.21 2.38 -
YUV 97.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 96 117 1 0.18 0 0.99 0.54 70.86 0.98 0.23
Hex 60 75 1 12 0 63 36 47 62 17
Octal 140 165 1 22 0 143 66 107 142 27
Binary 1100000 1110101 1 10010 0 1100011 110110 1000111 1100010 10111

Color Harmonies of #607501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607501

Black with #607501

Text Example


Text Example

White with #607501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607501; }

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

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

background-color css

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

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

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

border-color css

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

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

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