Html Css Color HEX #697F10 Fiji Green

📋 copy color: '#697F10'

red 105 ◦ green 127 ◦ blue 16

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

Shades of Fiji Green #697F10

Tints of Fiji Green #697F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 42.34%
G = 51.21%
B = 6.45%

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

#697F10 (or 0x697F10) is known color: Fiji Green. HEX triplet: 69, 7F and 10. RGB value is (105,127,16). Sum of RGB (Red+Green+Blue) = 105+127+16=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #697F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697F10 is #9680EF. Grayscale: #6C6C6C. Windows color (decimal): -9863408 or 1081193. OLE color: 1081193.

HSL color Cylindrical-coordinate representation of color #697F10: hue angle of 71.89º degrees, saturation: 0.78, 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 #697F10 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 16 -
CMYK 0.17 0 0.87 0.50
HSL 71.89º 0.78% 0.28% -
HSV(B) 71.89º 0.87% 0.5% -
XYZ 13.51 18.22 3.29 -
YUV 107.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 105 127 16 0.17 0 0.87 0.50 71.89 0.78 0.28
Hex 69 7F 10 11 0 57 32 48 4E 1C
Octal 151 177 20 21 0 127 62 110 116 34
Binary 1101001 1111111 10000 10001 0 1010111 110010 1001000 1001110 11100

Color Harmonies of #697F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F10

Black with #697F10

Text Example


Text Example

White with #697F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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