Html Css Color HEX #696306 Fiji Green

📋 copy color: '#696306'

red 105 ◦ green 99 ◦ blue 6

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

Shades of Fiji Green #696306

Tints of Fiji Green #696306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 50%
G = 47.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#696306 (or 0x696306) is known color: Fiji Green. HEX triplet: 69, 63 and 06. RGB value is (105,99,6). Sum of RGB (Red+Green+Blue) = 105+99+6=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696306 is #969CF9. Grayscale: #5A5A5A. Windows color (decimal): -9870586 or 418665. OLE color: 418665.

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

Color convert

RGB 105 99 6 -
CMYK 0 0.06 0.94 0.59
HSL 56.36º 0.89% 0.22% -
HSV(B) 56.36º 0.94% 0.41% -
XYZ 10.32 11.94 1.93 -
YUV 90.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 105 99 6 0 0.06 0.94 0.59 56.36 0.89 0.22
Hex 69 63 6 0 6 5E 3B 38 59 16
Octal 151 143 6 0 6 136 73 70 131 26
Binary 1101001 1100011 110 0 110 1011110 111011 111000 1011001 10110

Color Harmonies of #696306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696306

Black with #696306

Text Example


Text Example

White with #696306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696306; }

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

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

background-color css

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

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

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

border-color css

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

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

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