Html Css Color HEX #697613 Fiji Green

📋 copy color: '#697613'

red 105 ◦ green 118 ◦ blue 19

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

Shades of Fiji Green #697613

Tints of Fiji Green #697613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 43.39%
G = 48.76%
B = 7.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#697613 (or 0x697613) is known color: Fiji Green. HEX triplet: 69, 76 and 13. RGB value is (105,118,19). Sum of RGB (Red+Green+Blue) = 105+118+19=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #697613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697613 is #9689EC. Grayscale: #676767. Windows color (decimal): -9865709 or 1275497. OLE color: 1275497.

HSL color Cylindrical-coordinate representation of color #697613: hue angle of 67.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #697613 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 19 -
CMYK 0.11 0 0.84 0.54
HSL 67.88º 0.72% 0.27% -
HSV(B) 67.88º 0.84% 0.46% -
XYZ 12.42 16.01 3.05 -
YUV 102.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 105 118 19 0.11 0 0.84 0.54 67.88 0.72 0.27
Hex 69 76 13 B 0 54 36 44 48 1B
Octal 151 166 23 13 0 124 66 104 110 33
Binary 1101001 1110110 10011 1011 0 1010100 110110 1000100 1001000 11011

Color Harmonies of #697613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697613

Black with #697613

Text Example


Text Example

White with #697613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697613; }

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

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

background-color css

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

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

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

border-color css

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

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

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