Html Css Color HEX #696605 Fiji Green

📋 copy color: '#696605'

red 105 ◦ green 102 ◦ blue 5

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

Shades of Fiji Green #696605

Tints of Fiji Green #696605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.11%

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 49.53%
G = 48.11%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#696605 (or 0x696605) is known color: Fiji Green. HEX triplet: 69, 66 and 05. RGB value is (105,102,5). Sum of RGB (Red+Green+Blue) = 105+102+5=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #696605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696605 is #9699FA. Grayscale: #5C5C5C. Windows color (decimal): -9869819 or 353897. OLE color: 353897.

HSL color Cylindrical-coordinate representation of color #696605: hue angle of 58.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #696605 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 5 -
CMYK 0 0.03 0.95 0.59
HSL 58.2º 0.91% 0.22% -
HSV(B) 58.2º 0.95% 0.41% -
XYZ 10.6 12.52 2 -
YUV 91.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 105 102 5 0 0.03 0.95 0.59 58.2 0.91 0.22
Hex 69 66 5 0 3 5F 3B 3A 5B 16
Octal 151 146 5 0 3 137 73 72 133 26
Binary 1101001 1100110 101 0 11 1011111 111011 111010 1011011 10110

Color Harmonies of #696605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696605

Black with #696605

Text Example


Text Example

White with #696605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696605; }

 p { color: rgb(105,102,5); }

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

background-color css

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

 a { background-color: rgb(105,102,5); }

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

border-color css

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

 span { border-color: rgb(105,102,5); }

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