Html Css Color HEX #697408 Fiji Green

📋 copy color: '#697408'

red 105 ◦ green 116 ◦ blue 8

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

Shades of Fiji Green #697408

Tints of Fiji Green #697408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

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

R = 45.85%
G = 50.66%
B = 3.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#697408 (or 0x697408) is known color: Fiji Green. HEX triplet: 69, 74 and 08. RGB value is (105,116,8). Sum of RGB (Red+Green+Blue) = 105+116+8=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #697408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697408 is #968BF7. Grayscale: #646464. Windows color (decimal): -9866232 or 554089. OLE color: 554089.

HSL color Cylindrical-coordinate representation of color #697408: hue angle of 66.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #697408 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 8 -
CMYK 0.09 0 0.93 0.55
HSL 66.11º 0.87% 0.24% -
HSV(B) 66.11º 0.93% 0.45% -
XYZ 12.11 15.51 2.59 -
YUV 100.4 75.86 131.28 -
System Red Green Blue C M Y K H S L
Decimal 105 116 8 0.09 0 0.93 0.55 66.11 0.87 0.24
Hex 69 74 8 9 0 5D 37 42 57 18
Octal 151 164 10 11 0 135 67 102 127 30
Binary 1101001 1110100 1000 1001 0 1011101 110111 1000010 1010111 11000

Color Harmonies of #697408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697408

Black with #697408

Text Example


Text Example

White with #697408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697408; }

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

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

background-color css

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

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

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

border-color css

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

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

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