Html Css Color HEX #697F19 Fiji Green

📋 copy color: '#697F19'

red 105 ◦ green 127 ◦ blue 25

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

Shades of Fiji Green #697F19

Tints of Fiji Green #697F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 40.86%
G = 49.42%
B = 9.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#697F19 (or 0x697F19) is known color: Fiji Green. HEX triplet: 69, 7F and 19. RGB value is (105,127,25). Sum of RGB (Red+Green+Blue) = 105+127+25=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #697F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697F19 is #9680E6. Grayscale: #6D6D6D. Windows color (decimal): -9863399 or 1671017. OLE color: 1671017.

HSL color Cylindrical-coordinate representation of color #697F19: hue angle of 72.94º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #697F19 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 25 -
CMYK 0.17 0 0.80 0.50
HSL 72.94º 0.67% 0.3% -
HSV(B) 72.94º 0.8% 0.5% -
XYZ 13.59 18.25 3.73 -
YUV 108.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 105 127 25 0.17 0 0.80 0.50 72.94 0.67 0.3
Hex 69 7F 19 11 0 50 32 49 43 1E
Octal 151 177 31 21 0 120 62 111 103 36
Binary 1101001 1111111 11001 10001 0 1010000 110010 1001001 1000011 11110

Color Harmonies of #697F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F19

Black with #697F19

Text Example


Text Example

White with #697F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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