Html Css Color HEX #606501 Fiji Green

📋 copy color: '#606501'

red 96 ◦ green 101 ◦ blue 1

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

Shades of Fiji Green #606501

Tints of Fiji Green #606501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.01%

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

R = 48.48%
G = 51.01%
B = 0.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#606501 (or 0x606501) is known color: Fiji Green. HEX triplet: 60, 65 and 01. RGB value is (96,101,1). Sum of RGB (Red+Green+Blue) = 96+101+1=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #606501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606501 is #9F9AFE. Grayscale: #585858. Windows color (decimal): -10459903 or 91488. OLE color: 91488.

HSL color Cylindrical-coordinate representation of color #606501: hue angle of 63º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #606501 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 101 1 -
CMYK 0.05 0 0.99 0.60
HSL 63º 0.98% 0.2% -
HSV(B) 63º 0.99% 0.4% -
XYZ 9.48 11.8 1.81 -
YUV 88.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 96 101 1 0.05 0 0.99 0.60 63 0.98 0.2
Hex 60 65 1 5 0 63 3C 3F 62 14
Octal 140 145 1 5 0 143 74 77 142 24
Binary 1100000 1100101 1 101 0 1100011 111100 111111 1100010 10100

Color Harmonies of #606501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606501

Black with #606501

Text Example


Text Example

White with #606501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606501; }

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

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

background-color css

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

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

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

border-color css

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

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

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