Html Css Color HEX #697F11 Fiji Green

📋 copy color: '#697F11'

red 105 ◦ green 127 ◦ blue 17

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

Shades of Fiji Green #697F11

Tints of Fiji Green #697F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 42.17%
G = 51%
B = 6.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#697F11 (or 0x697F11) is known color: Fiji Green. HEX triplet: 69, 7F and 11. RGB value is (105,127,17). Sum of RGB (Red+Green+Blue) = 105+127+17=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #697F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697F11 is #9680EE. Grayscale: #6C6C6C. Windows color (decimal): -9863407 or 1146729. OLE color: 1146729.

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

Color convert

RGB 105 127 17 -
CMYK 0.17 0 0.87 0.50
HSL 72º 0.76% 0.28% -
HSV(B) 72º 0.87% 0.5% -
XYZ 13.52 18.22 3.34 -
YUV 107.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 105 127 17 0.17 0 0.87 0.50 72 0.76 0.28
Hex 69 7F 11 11 0 57 32 48 4C 1C
Octal 151 177 21 21 0 127 62 110 114 34
Binary 1101001 1111111 10001 10001 0 1010111 110010 1001000 1001100 11100

Color Harmonies of #697F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F11

Black with #697F11

Text Example


Text Example

White with #697F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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