Html Css Color HEX #607518 Fiji Green

📋 copy color: '#607518'

red 96 ◦ green 117 ◦ blue 24

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

Shades of Fiji Green #607518

Tints of Fiji Green #607518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 40.51%
G = 49.37%
B = 10.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#607518 (or 0x607518) is known color: Fiji Green. HEX triplet: 60, 75 and 18. RGB value is (96,117,24). Sum of RGB (Red+Green+Blue) = 96+117+24=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #607518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607518 is #9F8AE7. Grayscale: #646464. Windows color (decimal): -10455784 or 1602912. OLE color: 1602912.

HSL color Cylindrical-coordinate representation of color #607518: hue angle of 73.55º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #607518 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 24 -
CMYK 0.18 0 0.79 0.54
HSL 73.55º 0.66% 0.28% -
HSV(B) 73.55º 0.79% 0.46% -
XYZ 11.35 15.28 3.21 -
YUV 100.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 96 117 24 0.18 0 0.79 0.54 73.55 0.66 0.28
Hex 60 75 18 12 0 4F 36 4A 42 1C
Octal 140 165 30 22 0 117 66 112 102 34
Binary 1100000 1110101 11000 10010 0 1001111 110110 1001010 1000010 11100

Color Harmonies of #607518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607518

Black with #607518

Text Example


Text Example

White with #607518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607518; }

 p { color: rgb(96,117,24); }

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

background-color css

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

 a { background-color: rgb(96,117,24); }

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

border-color css

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

 span { border-color: rgb(96,117,24); }

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