Html Css Color HEX #697F14 Fiji Green

📋 copy color: '#697F14'

red 105 ◦ green 127 ◦ blue 20

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

Shades of Fiji Green #697F14

Tints of Fiji Green #697F14

RGB

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

 GREEN value IS 127 (50% from 255) = 50.4%

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

R = 41.67%
G = 50.4%
B = 7.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#697F14 (or 0x697F14) is known color: Fiji Green. HEX triplet: 69, 7F and 14. RGB value is (105,127,20). Sum of RGB (Red+Green+Blue) = 105+127+20=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #697F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697F14 is #9680EB. Grayscale: #6C6C6C. Windows color (decimal): -9863404 or 1343337. OLE color: 1343337.

HSL color Cylindrical-coordinate representation of color #697F14: hue angle of 72.34º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #697F14 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 20 -
CMYK 0.17 0 0.84 0.50
HSL 72.34º 0.73% 0.29% -
HSV(B) 72.34º 0.84% 0.5% -
XYZ 13.54 18.23 3.47 -
YUV 108.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 105 127 20 0.17 0 0.84 0.50 72.34 0.73 0.29
Hex 69 7F 14 11 0 54 32 48 49 1D
Octal 151 177 24 21 0 124 62 110 111 35
Binary 1101001 1111111 10100 10001 0 1010100 110010 1001000 1001001 11101

Color Harmonies of #697F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F14

Black with #697F14

Text Example


Text Example

White with #697F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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