Html Css Color HEX #607213 Fiji Green

📋 copy color: '#607213'

red 96 ◦ green 114 ◦ blue 19

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

Shades of Fiji Green #607213

Tints of Fiji Green #607213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 41.92%
G = 49.78%
B = 8.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#607213 (or 0x607213) is known color: Fiji Green. HEX triplet: 60, 72 and 13. RGB value is (96,114,19). Sum of RGB (Red+Green+Blue) = 96+114+19=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #607213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607213 is #9F8DEC. Grayscale: #626262. Windows color (decimal): -10456557 or 1274464. OLE color: 1274464.

HSL color Cylindrical-coordinate representation of color #607213: hue angle of 71.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #607213 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 19 -
CMYK 0.16 0 0.83 0.55
HSL 71.37º 0.71% 0.26% -
HSV(B) 71.37º 0.83% 0.45% -
XYZ 10.96 14.57 2.85 -
YUV 97.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 96 114 19 0.16 0 0.83 0.55 71.37 0.71 0.26
Hex 60 72 13 10 0 53 37 47 47 1A
Octal 140 162 23 20 0 123 67 107 107 32
Binary 1100000 1110010 10011 10000 0 1010011 110111 1000111 1000111 11010

Color Harmonies of #607213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607213

Black with #607213

Text Example


Text Example

White with #607213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607213; }

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

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

background-color css

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

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

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

border-color css

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

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

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