Html Css Color HEX #697319 Fiji Green

📋 copy color: '#697319'

red 105 ◦ green 115 ◦ blue 25

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

Shades of Fiji Green #697319

Tints of Fiji Green #697319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 42.86%
G = 46.94%
B = 10.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#697319 (or 0x697319) is known color: Fiji Green. HEX triplet: 69, 73 and 19. RGB value is (105,115,25). Sum of RGB (Red+Green+Blue) = 105+115+25=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #697319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697319 is #968CE6. Grayscale: #666666. Windows color (decimal): -9866471 or 1667945. OLE color: 1667945.

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

Color convert

RGB 105 115 25 -
CMYK 0.09 0 0.78 0.55
HSL 66.67º 0.64% 0.27% -
HSV(B) 66.67º 0.78% 0.45% -
XYZ 12.13 15.33 3.24 -
YUV 101.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 105 115 25 0.09 0 0.78 0.55 66.67 0.64 0.27
Hex 69 73 19 9 0 4E 37 43 40 1B
Octal 151 163 31 11 0 116 67 103 100 33
Binary 1101001 1110011 11001 1001 0 1001110 110111 1000011 1000000 11011

Color Harmonies of #697319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697319

Black with #697319

Text Example


Text Example

White with #697319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697319; }

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

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

background-color css

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

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

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

border-color css

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

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

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