Html Css Color HEX #607315 Fiji Green

📋 copy color: '#607315'

red 96 ◦ green 115 ◦ blue 21

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

Shades of Fiji Green #607315

Tints of Fiji Green #607315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 41.38%
G = 49.57%
B = 9.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#607315 (or 0x607315) is known color: Fiji Green. HEX triplet: 60, 73 and 15. RGB value is (96,115,21). Sum of RGB (Red+Green+Blue) = 96+115+21=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #607315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607315 is #9F8CEA. Grayscale: #626262. Windows color (decimal): -10456299 or 1405792. OLE color: 1405792.

HSL color Cylindrical-coordinate representation of color #607315: hue angle of 72.13º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #607315 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 21 -
CMYK 0.17 0 0.82 0.55
HSL 72.13º 0.69% 0.27% -
HSV(B) 72.13º 0.82% 0.45% -
XYZ 11.09 14.8 2.98 -
YUV 98.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 96 115 21 0.17 0 0.82 0.55 72.13 0.69 0.27
Hex 60 73 15 11 0 52 37 48 45 1B
Octal 140 163 25 21 0 122 67 110 105 33
Binary 1100000 1110011 10101 10001 0 1010010 110111 1001000 1000101 11011

Color Harmonies of #607315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607315

Black with #607315

Text Example


Text Example

White with #607315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607315; }

 p { color: rgb(96,115,21); }

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

background-color css

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

 a { background-color: rgb(96,115,21); }

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

border-color css

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

 span { border-color: rgb(96,115,21); }

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