Html Css Color HEX #696B21 Fiji Green

📋 copy color: '#696B21'

red 105 ◦ green 107 ◦ blue 33

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

Shades of Fiji Green #696B21

Tints of Fiji Green #696B21

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.67%

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

R = 42.86%
G = 43.67%
B = 13.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#696B21 (or 0x696B21) is known color: Fiji Green. HEX triplet: 69, 6B and 21. RGB value is (105,107,33). Sum of RGB (Red+Green+Blue) = 105+107+33=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #696B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B21 is #9694DE. Grayscale: #626262. Windows color (decimal): -9868511 or 2190185. OLE color: 2190185.

HSL color Cylindrical-coordinate representation of color #696B21: hue angle of 61.62º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #696B21 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 33 -
CMYK 0.02 0 0.69 0.58
HSL 61.62º 0.53% 0.27% -
HSV(B) 61.62º 0.69% 0.42% -
XYZ 11.36 13.63 3.47 -
YUV 97.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 105 107 33 0.02 0 0.69 0.58 61.62 0.53 0.27
Hex 69 6B 21 2 0 45 3A 3E 35 1B
Octal 151 153 41 2 0 105 72 76 65 33
Binary 1101001 1101011 100001 10 0 1000101 111010 111110 110101 11011

Color Harmonies of #696B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B21

Black with #696B21

Text Example


Text Example

White with #696B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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