Html Css Color HEX #697C19 Fiji Green

📋 copy color: '#697C19'

red 105 ◦ green 124 ◦ blue 25

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

Shades of Fiji Green #697C19

Tints of Fiji Green #697C19

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.82%

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

R = 41.34%
G = 48.82%
B = 9.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#697C19 (or 0x697C19) is known color: Fiji Green. HEX triplet: 69, 7C and 19. RGB value is (105,124,25). Sum of RGB (Red+Green+Blue) = 105+124+25=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #697C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697C19 is #9683E6. Grayscale: #6B6B6B. Windows color (decimal): -9864167 or 1670249. OLE color: 1670249.

HSL color Cylindrical-coordinate representation of color #697C19: hue angle of 71.52º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #697C19 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 25 -
CMYK 0.15 0 0.80 0.51
HSL 71.52º 0.66% 0.29% -
HSV(B) 71.52º 0.8% 0.49% -
XYZ 13.21 17.49 3.6 -
YUV 107.03 81.71 126.55 -
System Red Green Blue C M Y K H S L
Decimal 105 124 25 0.15 0 0.80 0.51 71.52 0.66 0.29
Hex 69 7C 19 F 0 50 33 48 42 1D
Octal 151 174 31 17 0 120 63 110 102 35
Binary 1101001 1111100 11001 1111 0 1010000 110011 1001000 1000010 11101

Color Harmonies of #697C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C19

Black with #697C19

Text Example


Text Example

White with #697C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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