Html Css Color HEX #697520 Fiji Green

📋 copy color: '#697520'

red 105 ◦ green 117 ◦ blue 32

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

Shades of Fiji Green #697520

Tints of Fiji Green #697520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 41.34%
G = 46.06%
B = 12.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#697520 (or 0x697520) is known color: Fiji Green. HEX triplet: 69, 75 and 20. RGB value is (105,117,32). Sum of RGB (Red+Green+Blue) = 105+117+32=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #697520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697520 is #968ADF. Grayscale: #686868. Windows color (decimal): -9865952 or 2127209. OLE color: 2127209.

HSL color Cylindrical-coordinate representation of color #697520: hue angle of 68.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #697520 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 32 -
CMYK 0.10 0 0.73 0.54
HSL 68.47º 0.57% 0.29% -
HSV(B) 68.47º 0.73% 0.46% -
XYZ 12.45 15.83 3.77 -
YUV 103.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 105 117 32 0.10 0 0.73 0.54 68.47 0.57 0.29
Hex 69 75 20 A 0 49 36 44 39 1D
Octal 151 165 40 12 0 111 66 104 71 35
Binary 1101001 1110101 100000 1010 0 1001001 110110 1000100 111001 11101

Color Harmonies of #697520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697520

Black with #697520

Text Example


Text Example

White with #697520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697520; }

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

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

background-color css

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

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

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

border-color css

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

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

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