Html Css Color HEX #697320 Fiji Green

📋 copy color: '#697320'

red 105 ◦ green 115 ◦ blue 32

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

Shades of Fiji Green #697320

Tints of Fiji Green #697320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

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

R = 41.67%
G = 45.63%
B = 12.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#697320 (or 0x697320) is known color: Fiji Green. HEX triplet: 69, 73 and 20. RGB value is (105,115,32). Sum of RGB (Red+Green+Blue) = 105+115+32=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #697320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697320 is #968CDF. Grayscale: #666666. Windows color (decimal): -9866464 or 2126697. OLE color: 2126697.

HSL color Cylindrical-coordinate representation of color #697320: hue angle of 67.23º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #697320 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 32 -
CMYK 0.09 0 0.72 0.55
HSL 67.23º 0.56% 0.29% -
HSV(B) 67.23º 0.72% 0.45% -
XYZ 12.22 15.37 3.69 -
YUV 102.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 105 115 32 0.09 0 0.72 0.55 67.23 0.56 0.29
Hex 69 73 20 9 0 48 37 43 38 1D
Octal 151 163 40 11 0 110 67 103 70 35
Binary 1101001 1110011 100000 1001 0 1001000 110111 1000011 111000 11101

Color Harmonies of #697320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697320

Black with #697320

Text Example


Text Example

White with #697320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697320; }

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

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

background-color css

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

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

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

border-color css

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

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

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