Html Css Color HEX #606913 Fiji Green

📋 copy color: '#606913'

red 96 ◦ green 105 ◦ blue 19

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

Shades of Fiji Green #606913

Tints of Fiji Green #606913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 43.64%
G = 47.73%
B = 8.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#606913 (or 0x606913) is known color: Fiji Green. HEX triplet: 60, 69 and 13. RGB value is (96,105,19). Sum of RGB (Red+Green+Blue) = 96+105+19=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #606913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606913 is #9F96EC. Grayscale: #5C5C5C. Windows color (decimal): -10458861 or 1272160. OLE color: 1272160.

HSL color Cylindrical-coordinate representation of color #606913: hue angle of 66.28º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #606913 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 19 -
CMYK 0.09 0 0.82 0.59
HSL 66.28º 0.69% 0.24% -
HSV(B) 66.28º 0.82% 0.41% -
XYZ 9.99 12.64 2.53 -
YUV 92.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 96 105 19 0.09 0 0.82 0.59 66.28 0.69 0.24
Hex 60 69 13 9 0 52 3B 42 45 18
Octal 140 151 23 11 0 122 73 102 105 30
Binary 1100000 1101001 10011 1001 0 1010010 111011 1000010 1000101 11000

Color Harmonies of #606913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606913

Black with #606913

Text Example


Text Example

White with #606913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606913; }

 p { color: rgb(96,105,19); }

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

background-color css

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

 a { background-color: rgb(96,105,19); }

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

border-color css

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

 span { border-color: rgb(96,105,19); }

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