Html Css Color HEX #607C14 Fiji Green

📋 copy color: '#607C14'

red 96 ◦ green 124 ◦ blue 20

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

Shades of Fiji Green #607C14

Tints of Fiji Green #607C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.67%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 40%
G = 51.67%
B = 8.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#607C14 (or 0x607C14) is known color: Fiji Green. HEX triplet: 60, 7C and 14. RGB value is (96,124,20). Sum of RGB (Red+Green+Blue) = 96+124+20=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #607C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607C14 is #9F83EB. Grayscale: #686868. Windows color (decimal): -10453996 or 1342560. OLE color: 1342560.

HSL color Cylindrical-coordinate representation of color #607C14: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #607C14 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 124 20 -
CMYK 0.23 0 0.84 0.51
HSL 76.15º 0.72% 0.28% -
HSV(B) 76.15º 0.84% 0.49% -
XYZ 12.16 16.95 3.29 -
YUV 103.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 96 124 20 0.23 0 0.84 0.51 76.15 0.72 0.28
Hex 60 7C 14 17 0 54 33 4C 48 1C
Octal 140 174 24 27 0 124 63 114 110 34
Binary 1100000 1111100 10100 10111 0 1010100 110011 1001100 1001000 11100

Color Harmonies of #607C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607C14

Black with #607C14

Text Example


Text Example

White with #607C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607C14; }

 p { color: rgb(96,124,20); }

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

background-color css

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

 a { background-color: rgb(96,124,20); }

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

border-color css

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

 span { border-color: rgb(96,124,20); }

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