Html Css Color HEX #697113 Fiji Green

📋 copy color: '#697113'

red 105 ◦ green 113 ◦ blue 19

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

Shades of Fiji Green #697113

Tints of Fiji Green #697113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

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

R = 44.3%
G = 47.68%
B = 8.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#697113 (or 0x697113) is known color: Fiji Green. HEX triplet: 69, 71 and 13. RGB value is (105,113,19). Sum of RGB (Red+Green+Blue) = 105+113+19=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #697113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697113 is #968EEC. Grayscale: #646464. Windows color (decimal): -9866989 or 1274217. OLE color: 1274217.

HSL color Cylindrical-coordinate representation of color #697113: hue angle of 65.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #697113 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 19 -
CMYK 0.07 0 0.83 0.56
HSL 65.11º 0.71% 0.26% -
HSV(B) 65.11º 0.83% 0.44% -
XYZ 11.85 14.86 2.86 -
YUV 99.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 105 113 19 0.07 0 0.83 0.56 65.11 0.71 0.26
Hex 69 71 13 7 0 53 38 41 47 1A
Octal 151 161 23 7 0 123 70 101 107 32
Binary 1101001 1110001 10011 111 0 1010011 111000 1000001 1000111 11010

Color Harmonies of #697113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697113

Black with #697113

Text Example


Text Example

White with #697113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697113; }

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

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

background-color css

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

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

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

border-color css

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

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

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