Html Css Color HEX #697B21 Fiji Green

📋 copy color: '#697B21'

red 105 ◦ green 123 ◦ blue 33

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

Shades of Fiji Green #697B21

Tints of Fiji Green #697B21

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.13%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 40.23%
G = 47.13%
B = 12.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#697B21 (or 0x697B21) is known color: Fiji Green. HEX triplet: 69, 7B and 21. RGB value is (105,123,33). Sum of RGB (Red+Green+Blue) = 105+123+33=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #697B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B21 is #9684DE. Grayscale: #6B6B6B. Windows color (decimal): -9864415 or 2194281. OLE color: 2194281.

HSL color Cylindrical-coordinate representation of color #697B21: hue angle of 72º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #697B21 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 33 -
CMYK 0.15 0 0.73 0.52
HSL 72º 0.58% 0.31% -
HSV(B) 72º 0.73% 0.48% -
XYZ 13.18 17.28 4.08 -
YUV 107.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 105 123 33 0.15 0 0.73 0.52 72 0.58 0.31
Hex 69 7B 21 F 0 49 34 48 3A 1F
Octal 151 173 41 17 0 111 64 110 72 37
Binary 1101001 1111011 100001 1111 0 1001001 110100 1001000 111010 11111

Color Harmonies of #697B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B21

Black with #697B21

Text Example


Text Example

White with #697B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,123,33); }

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

background-color css

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

 a { background-color: rgb(105,123,33); }

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

border-color css

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

 span { border-color: rgb(105,123,33); }

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