Html Css Color HEX #607005 Fiji Green

📋 copy color: '#607005'

red 96 ◦ green 112 ◦ blue 5

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

Shades of Fiji Green #607005

Tints of Fiji Green #607005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 45.07%
G = 52.58%
B = 2.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#607005 (or 0x607005) is known color: Fiji Green. HEX triplet: 60, 70 and 05. RGB value is (96,112,5). Sum of RGB (Red+Green+Blue) = 96+112+5=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #607005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607005 is #9F8FFA. Grayscale: #5F5F5F. Windows color (decimal): -10457083 or 356448. OLE color: 356448.

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

Color convert

RGB 96 112 5 -
CMYK 0.14 0 0.96 0.56
HSL 68.97º 0.91% 0.23% -
HSV(B) 68.97º 0.96% 0.44% -
XYZ 10.65 14.09 2.3 -
YUV 95.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 96 112 5 0.14 0 0.96 0.56 68.97 0.91 0.23
Hex 60 70 5 E 0 60 38 45 5B 17
Octal 140 160 5 16 0 140 70 105 133 27
Binary 1100000 1110000 101 1110 0 1100000 111000 1000101 1011011 10111

Color Harmonies of #607005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607005

Black with #607005

Text Example


Text Example

White with #607005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607005; }

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

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

background-color css

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

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

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

border-color css

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

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

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