Html Css Color HEX #67690D Fiji Green

📋 copy color: '#67690D'

red 103 ◦ green 105 ◦ blue 13

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

Shades of Fiji Green #67690D

Tints of Fiji Green #67690D

RGB

 RED value IS 103 (40.63% from 255) = 46.61%

 GREEN value IS 105 (41.41% from 255) = 47.51%

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 46.61%
G = 47.51%
B = 5.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#67690D (or 0x67690D) is known color: Fiji Green. HEX triplet: 67, 69 and 0D. RGB value is (103,105,13). Sum of RGB (Red+Green+Blue) = 103+105+13=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #67690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67690D is #9896F2. Grayscale: #5E5E5E. Windows color (decimal): -10000115 or 878951. OLE color: 878951.

HSL color Cylindrical-coordinate representation of color #67690D: hue angle of 61.3º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67690D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 105 13 -
CMYK 0.02 0 0.88 0.59
HSL 61.3º 0.78% 0.23% -
HSV(B) 61.3º 0.88% 0.41% -
XYZ 10.72 13.02 2.33 -
YUV 93.91 82.34 134.48 -
System Red Green Blue C M Y K H S L
Decimal 103 105 13 0.02 0 0.88 0.59 61.3 0.78 0.23
Hex 67 69 D 2 0 58 3B 3D 4E 17
Octal 147 151 15 2 0 130 73 75 116 27
Binary 1100111 1101001 1101 10 0 1011000 111011 111101 1001110 10111

Color Harmonies of #67690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67690D

Black with #67690D

Text Example


Text Example

White with #67690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67690D; }

 p { color: rgb(103,105,13); }

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

background-color css

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

 a { background-color: rgb(103,105,13); }

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

border-color css

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

 span { border-color: rgb(103,105,13); }

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