Html Css Color HEX #615F08 Fiji Green

📋 copy color: '#615F08'

red 97 ◦ green 95 ◦ blue 8

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

Shades of Fiji Green #615F08

Tints of Fiji Green #615F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4%

R = 48.5%
G = 47.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#615F08 (or 0x615F08) is known color: Fiji Green. HEX triplet: 61, 5F and 08. RGB value is (97,95,8). Sum of RGB (Red+Green+Blue) = 97+95+8=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #615F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F08 is #9EA0F7. Grayscale: #565656. Windows color (decimal): -10395896 or 548705. OLE color: 548705.

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

Color convert

RGB 97 95 8 -
CMYK 0 0.02 0.92 0.62
HSL 58.65º 0.85% 0.21% -
HSV(B) 58.65º 0.92% 0.38% -
XYZ 9.07 10.74 1.83 -
YUV 85.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 97 95 8 0 0.02 0.92 0.62 58.65 0.85 0.21
Hex 61 5F 8 0 2 5C 3E 3B 55 15
Octal 141 137 10 0 2 134 76 73 125 25
Binary 1100001 1011111 1000 0 10 1011100 111110 111011 1010101 10101

Color Harmonies of #615F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F08

Black with #615F08

Text Example


Text Example

White with #615F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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