Html Css Color HEX #697120 Fiji Green

📋 copy color: '#697120'

red 105 ◦ green 113 ◦ blue 32

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

Shades of Fiji Green #697120

Tints of Fiji Green #697120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 42%
G = 45.2%
B = 12.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#697120 (or 0x697120) is known color: Fiji Green. HEX triplet: 69, 71 and 20. RGB value is (105,113,32). Sum of RGB (Red+Green+Blue) = 105+113+32=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #697120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697120 is #968EDF. Grayscale: #656565. Windows color (decimal): -9866976 or 2126185. OLE color: 2126185.

HSL color Cylindrical-coordinate representation of color #697120: hue angle of 65.93º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #697120 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 32 -
CMYK 0.07 0 0.72 0.56
HSL 65.93º 0.56% 0.28% -
HSV(B) 65.93º 0.72% 0.44% -
XYZ 11.99 14.92 3.61 -
YUV 101.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 105 113 32 0.07 0 0.72 0.56 65.93 0.56 0.28
Hex 69 71 20 7 0 48 38 42 38 1C
Octal 151 161 40 7 0 110 70 102 70 34
Binary 1101001 1110001 100000 111 0 1001000 111000 1000010 111000 11100

Color Harmonies of #697120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697120

Black with #697120

Text Example


Text Example

White with #697120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697120; }

 p { color: rgb(105,113,32); }

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

background-color css

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

 a { background-color: rgb(105,113,32); }

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

border-color css

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

 span { border-color: rgb(105,113,32); }

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