Html Css Color HEX #696307 Fiji Green

📋 copy color: '#696307'

red 105 ◦ green 99 ◦ blue 7

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

Shades of Fiji Green #696307

Tints of Fiji Green #696307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

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

R = 49.76%
G = 46.92%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#696307 (or 0x696307) is known color: Fiji Green. HEX triplet: 69, 63 and 07. RGB value is (105,99,7). Sum of RGB (Red+Green+Blue) = 105+99+7=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #696307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696307 is #969CF8. Grayscale: #5A5A5A. Windows color (decimal): -9870585 or 484201. OLE color: 484201.

HSL color Cylindrical-coordinate representation of color #696307: hue angle of 56.33º 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 #696307 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 7 -
CMYK 0 0.06 0.93 0.59
HSL 56.33º 0.88% 0.22% -
HSV(B) 56.33º 0.93% 0.41% -
XYZ 10.33 11.94 1.96 -
YUV 90.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 105 99 7 0 0.06 0.93 0.59 56.33 0.88 0.22
Hex 69 63 7 0 6 5D 3B 38 58 16
Octal 151 143 7 0 6 135 73 70 130 26
Binary 1101001 1100011 111 0 110 1011101 111011 111000 1011000 10110

Color Harmonies of #696307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696307

Black with #696307

Text Example


Text Example

White with #696307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696307; }

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

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

background-color css

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

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

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

border-color css

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

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

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