Html Css Color HEX #616308 Fiji Green

📋 copy color: '#616308'

red 97 ◦ green 99 ◦ blue 8

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

Shades of Fiji Green #616308

Tints of Fiji Green #616308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

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

R = 47.55%
G = 48.53%
B = 3.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#616308 (or 0x616308) is known color: Fiji Green. HEX triplet: 61, 63 and 08. RGB value is (97,99,8). Sum of RGB (Red+Green+Blue) = 97+99+8=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #616308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616308 is #9E9CF7. Grayscale: #585858. Windows color (decimal): -10394872 or 549729. OLE color: 549729.

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

Color convert

RGB 97 99 8 -
CMYK 0.02 0 0.92 0.61
HSL 61.32º 0.85% 0.21% -
HSV(B) 61.32º 0.92% 0.39% -
XYZ 9.44 11.48 1.95 -
YUV 88.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 97 99 8 0.02 0 0.92 0.61 61.32 0.85 0.21
Hex 61 63 8 2 0 5C 3D 3D 55 15
Octal 141 143 10 2 0 134 75 75 125 25
Binary 1100001 1100011 1000 10 0 1011100 111101 111101 1010101 10101

Color Harmonies of #616308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616308

Black with #616308

Text Example


Text Example

White with #616308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616308; }

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

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

background-color css

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

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

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

border-color css

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

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

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