Html Css Color HEX #607125 Fiji Green

📋 copy color: '#607125'

red 96 ◦ green 113 ◦ blue 37

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

Shades of Fiji Green #607125

Tints of Fiji Green #607125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.93%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 39.02%
G = 45.93%
B = 15.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#607125 (or 0x607125) is known color: Fiji Green. HEX triplet: 60, 71 and 25. RGB value is (96,113,37). Sum of RGB (Red+Green+Blue) = 96+113+37=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #607125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607125 is #9F8EDA. Grayscale: #636363. Windows color (decimal): -10456795 or 2453856. OLE color: 2453856.

HSL color Cylindrical-coordinate representation of color #607125: hue angle of 73.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #607125 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 37 -
CMYK 0.15 0 0.67 0.56
HSL 73.42º 0.51% 0.29% -
HSV(B) 73.42º 0.67% 0.44% -
XYZ 11.06 14.43 3.95 -
YUV 99.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 96 113 37 0.15 0 0.67 0.56 73.42 0.51 0.29
Hex 60 71 25 F 0 43 38 49 33 1D
Octal 140 161 45 17 0 103 70 111 63 35
Binary 1100000 1110001 100101 1111 0 1000011 111000 1001001 110011 11101

Color Harmonies of #607125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607125

Black with #607125

Text Example


Text Example

White with #607125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607125; }

 p { color: rgb(96,113,37); }

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

background-color css

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

 a { background-color: rgb(96,113,37); }

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

border-color css

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

 span { border-color: rgb(96,113,37); }

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