Html Css Color HEX #697219 Fiji Green

📋 copy color: '#697219'

red 105 ◦ green 114 ◦ blue 25

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

Shades of Fiji Green #697219

Tints of Fiji Green #697219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.72%

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

R = 43.03%
G = 46.72%
B = 10.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#697219 (or 0x697219) is known color: Fiji Green. HEX triplet: 69, 72 and 19. RGB value is (105,114,25). Sum of RGB (Red+Green+Blue) = 105+114+25=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #697219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697219 is #968DE6. Grayscale: #656565. Windows color (decimal): -9866727 or 1667689. OLE color: 1667689.

HSL color Cylindrical-coordinate representation of color #697219: hue angle of 66.07º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #697219 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 114 25 -
CMYK 0.08 0 0.78 0.55
HSL 66.07º 0.64% 0.27% -
HSV(B) 66.07º 0.78% 0.45% -
XYZ 12.02 15.11 3.2 -
YUV 101.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 105 114 25 0.08 0 0.78 0.55 66.07 0.64 0.27
Hex 69 72 19 8 0 4E 37 42 40 1B
Octal 151 162 31 10 0 116 67 102 100 33
Binary 1101001 1110010 11001 1000 0 1001110 110111 1000010 1000000 11011

Color Harmonies of #697219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697219

Black with #697219

Text Example


Text Example

White with #697219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697219; }

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

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

background-color css

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

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

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

border-color css

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

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

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