Html Css Color HEX #696508 Fiji Green

📋 copy color: '#696508'

red 105 ◦ green 101 ◦ blue 8

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

Shades of Fiji Green #696508

Tints of Fiji Green #696508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 49.07%
G = 47.2%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#696508 (or 0x696508) is known color: Fiji Green. HEX triplet: 69, 65 and 08. RGB value is (105,101,8). Sum of RGB (Red+Green+Blue) = 105+101+8=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #696508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696508 is #969AF7. Grayscale: #5B5B5B. Windows color (decimal): -9870072 or 550249. OLE color: 550249.

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

Color convert

RGB 105 101 8 -
CMYK 0 0.04 0.92 0.59
HSL 57.53º 0.86% 0.22% -
HSV(B) 57.53º 0.92% 0.41% -
XYZ 10.52 12.33 2.05 -
YUV 91.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 105 101 8 0 0.04 0.92 0.59 57.53 0.86 0.22
Hex 69 65 8 0 4 5C 3B 3A 56 16
Octal 151 145 10 0 4 134 73 72 126 26
Binary 1101001 1100101 1000 0 100 1011100 111011 111010 1010110 10110

Color Harmonies of #696508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696508

Black with #696508

Text Example


Text Example

White with #696508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696508; }

 p { color: rgb(105,101,8); }

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

background-color css

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

 a { background-color: rgb(105,101,8); }

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

border-color css

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

 span { border-color: rgb(105,101,8); }

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