Html Css Color HEX #607B10 Fiji Green

📋 copy color: '#607B10'

red 96 ◦ green 123 ◦ blue 16

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

Shades of Fiji Green #607B10

Tints of Fiji Green #607B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 52.34%

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 40.85%
G = 52.34%
B = 6.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#607B10 (or 0x607B10) is known color: Fiji Green. HEX triplet: 60, 7B and 10. RGB value is (96,123,16). Sum of RGB (Red+Green+Blue) = 96+123+16=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #607B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607B10 is #9F84EF. Grayscale: #676767. Windows color (decimal): -10454256 or 1080160. OLE color: 1080160.

HSL color Cylindrical-coordinate representation of color #607B10: hue angle of 75.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #607B10 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 123 16 -
CMYK 0.22 0 0.87 0.52
HSL 75.14º 0.77% 0.27% -
HSV(B) 75.14º 0.87% 0.48% -
XYZ 12 16.69 3.08 -
YUV 102.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 96 123 16 0.22 0 0.87 0.52 75.14 0.77 0.27
Hex 60 7B 10 16 0 57 34 4B 4D 1B
Octal 140 173 20 26 0 127 64 113 115 33
Binary 1100000 1111011 10000 10110 0 1010111 110100 1001011 1001101 11011

Color Harmonies of #607B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B10

Black with #607B10

Text Example


Text Example

White with #607B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,123,16); }

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

background-color css

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

 a { background-color: rgb(96,123,16); }

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

border-color css

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

 span { border-color: rgb(96,123,16); }

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