Html Css Color HEX #697914 Fiji Green

📋 copy color: '#697914'

red 105 ◦ green 121 ◦ blue 20

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

Shades of Fiji Green #697914

Tints of Fiji Green #697914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.19%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 42.68%
G = 49.19%
B = 8.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#697914 (or 0x697914) is known color: Fiji Green. HEX triplet: 69, 79 and 14. RGB value is (105,121,20). Sum of RGB (Red+Green+Blue) = 105+121+20=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #697914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697914 is #9686EB. Grayscale: #696969. Windows color (decimal): -9864940 or 1341801. OLE color: 1341801.

HSL color Cylindrical-coordinate representation of color #697914: hue angle of 69.5º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #697914 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 121 20 -
CMYK 0.13 0 0.83 0.53
HSL 69.5º 0.72% 0.28% -
HSV(B) 69.5º 0.83% 0.47% -
XYZ 12.79 16.73 3.22 -
YUV 104.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 105 121 20 0.13 0 0.83 0.53 69.5 0.72 0.28
Hex 69 79 14 D 0 53 35 46 48 1C
Octal 151 171 24 15 0 123 65 106 110 34
Binary 1101001 1111001 10100 1101 0 1010011 110101 1000110 1001000 11100

Color Harmonies of #697914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697914

Black with #697914

Text Example


Text Example

White with #697914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697914; }

 p { color: rgb(105,121,20); }

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

background-color css

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

 a { background-color: rgb(105,121,20); }

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

border-color css

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

 span { border-color: rgb(105,121,20); }

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