Html Css Color HEX #615F03 Fiji Green

📋 copy color: '#615F03'

red 97 ◦ green 95 ◦ blue 3

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

Shades of Fiji Green #615F03

Tints of Fiji Green #615F03

RGB

 RED value IS 97 (38.28% from 255) = 49.74%

 GREEN value IS 95 (37.5% from 255) = 48.72%

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

R = 49.74%
G = 48.72%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#615F03 (or 0x615F03) is known color: Fiji Green. HEX triplet: 61, 5F and 03. RGB value is (97,95,3). Sum of RGB (Red+Green+Blue) = 97+95+3=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #615F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F03 is #9EA0FC. Grayscale: #555555. Windows color (decimal): -10395901 or 221025. OLE color: 221025.

HSL color Cylindrical-coordinate representation of color #615F03: hue angle of 58.72º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #615F03 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 95 3 -
CMYK 0 0.02 0.97 0.62
HSL 58.72º 0.94% 0.2% -
HSV(B) 58.72º 0.97% 0.38% -
XYZ 9.04 10.73 1.68 -
YUV 85.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 97 95 3 0 0.02 0.97 0.62 58.72 0.94 0.2
Hex 61 5F 3 0 2 61 3E 3B 5E 14
Octal 141 137 3 0 2 141 76 73 136 24
Binary 1100001 1011111 11 0 10 1100001 111110 111011 1011110 10100

Color Harmonies of #615F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F03

Black with #615F03

Text Example


Text Example

White with #615F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615F03; }

 p { color: rgb(97,95,3); }

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

background-color css

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

 a { background-color: rgb(97,95,3); }

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

border-color css

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

 span { border-color: rgb(97,95,3); }

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