Html Css Color HEX #697313 Fiji Green

📋 copy color: '#697313'

red 105 ◦ green 115 ◦ blue 19

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

Shades of Fiji Green #697313

Tints of Fiji Green #697313

RGB

 RED value IS 105 (41.41% from 255) = 43.93%

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

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

R = 43.93%
G = 48.12%
B = 7.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#697313 (or 0x697313) is known color: Fiji Green. HEX triplet: 69, 73 and 13. RGB value is (105,115,19). Sum of RGB (Red+Green+Blue) = 105+115+19=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #697313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697313 is #968CEC. Grayscale: #656565. Windows color (decimal): -9866477 or 1274729. OLE color: 1274729.

HSL color Cylindrical-coordinate representation of color #697313: hue angle of 66.25º degrees, saturation: 0.72, 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 #697313 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 19 -
CMYK 0.09 0 0.83 0.55
HSL 66.25º 0.72% 0.26% -
HSV(B) 66.25º 0.83% 0.45% -
XYZ 12.07 15.31 2.94 -
YUV 101.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 105 115 19 0.09 0 0.83 0.55 66.25 0.72 0.26
Hex 69 73 13 9 0 53 37 42 48 1A
Octal 151 163 23 11 0 123 67 102 110 32
Binary 1101001 1110011 10011 1001 0 1010011 110111 1000010 1001000 11010

Color Harmonies of #697313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697313

Black with #697313

Text Example


Text Example

White with #697313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697313; }

 p { color: rgb(105,115,19); }

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

background-color css

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

 a { background-color: rgb(105,115,19); }

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

border-color css

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

 span { border-color: rgb(105,115,19); }

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