Html Css Color HEX #696507 Fiji Green

📋 copy color: '#696507'

red 105 ◦ green 101 ◦ blue 7

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

Shades of Fiji Green #696507

Tints of Fiji Green #696507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 49.3%
G = 47.42%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#696507 (or 0x696507) is known color: Fiji Green. HEX triplet: 69, 65 and 07. RGB value is (105,101,7). Sum of RGB (Red+Green+Blue) = 105+101+7=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #696507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696507 is #969AF8. Grayscale: #5B5B5B. Windows color (decimal): -9870073 or 484713. OLE color: 484713.

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

Color convert

RGB 105 101 7 -
CMYK 0 0.04 0.93 0.59
HSL 57.55º 0.88% 0.22% -
HSV(B) 57.55º 0.93% 0.41% -
XYZ 10.52 12.33 2.03 -
YUV 91.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 105 101 7 0 0.04 0.93 0.59 57.55 0.88 0.22
Hex 69 65 7 0 4 5D 3B 3A 58 16
Octal 151 145 7 0 4 135 73 72 130 26
Binary 1101001 1100101 111 0 100 1011101 111011 111010 1011000 10110

Color Harmonies of #696507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696507

Black with #696507

Text Example


Text Example

White with #696507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696507; }

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

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

background-color css

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

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

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

border-color css

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

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

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